HSL(188, 89%, 52%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,89%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 89%, 52%) | color: hsl(188, 89%, 52%) | |
| HEX | #18D4F2 | color: #18D4F2 | |
| RGB | rgb(24, 212, 242) | color: rgb(24, 212, 242) | |
| CMYK | cmyk(90%, 12%, 0%, 5%) | — | |
| HSV | hsv(188, 90%, 95%) | — | |
| HWB | hwb(188 10% 5%) | color: hwb(188 10% 5%) | |
| OKLCH | oklch(0.8001 0.1373 212.93) | color: oklch(0.8001 0.1373 212.93) | |
| Lab | lab(78.28 -31.87 -26.7) | color: lab(78.28 -31.87 -26.7) | |
| LCH | lch(78.28 41.58 219.96) | color: lch(78.28 41.58 219.96) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#696BEB — rgb(105, 107, 235)
Deuteranopia (Green-blind)
#5F50E9 — rgb(95, 80, 233)
Tritanopia (Blue-blind)
#21E5E4 — rgb(33, 229, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 89%, 52%);
text
color: hsl(188, 89%, 52%);
border
border: 2px solid hsl(188, 89%, 52%);
gradient light
background: linear-gradient(to right, hsl(188, 89%, 72%), hsl(188, 89%, 52%));
gradient dark
background: linear-gradient(to right, hsl(188, 89%, 52%), hsl(188, 89%, 32%))
hex
background-color: #18D4F2;
tailwind
bg-[hsl(188,89%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 89%, 52%, 0.4);
css variable
--color-primary: hsl(188, 89%, 52%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 89%, 52%)?
HEX: #18D4F2 | RGB: rgb(24, 212, 242) | CMYK: 90%, 12%, 0%, 5% | HSV: 188°, 90%, 95%. Copy any format from the conversion table above.
What colors go well with #18D4F2?
The complementary color is HSL(8, 89%, 52%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 89%, 52%) in CSS?
As HSL: color: hsl(188, 89%, 52%); — As HEX: color: #18D4F2; — As RGB: color: rgb(24, 212, 242); — Tailwind CSS: bg-[hsl(188,89%,52%)] — CSS variable: --color-primary: hsl(188, 89%, 52%);