HSL(189, 95%, 53%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,95%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 95%, 53%) | color: hsl(189, 95%, 53%) | |
| HEX | #15D7F9 | color: #15D7F9 | |
| RGB | rgb(21, 215, 249) | color: rgb(21, 215, 249) | |
| CMYK | cmyk(92%, 14%, 0%, 2%) | — | |
| HSV | hsv(189, 92%, 98%) | — | |
| HWB | hwb(189 8% 2%) | color: hwb(189 8% 2%) | |
| OKLCH | oklch(0.8098 0.1407 214.84) | color: oklch(0.8098 0.1407 214.84) | |
| Lab | lab(79.38 -31.2 -28.74) | color: lab(79.38 -31.2 -28.74) | |
| LCH | lch(79.38 42.42 222.65) | color: lch(79.38 42.42 222.65) |
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)
#696BF1 — rgb(105, 107, 241)
Deuteranopia (Green-blind)
#5E4FEF — rgb(94, 79, 239)
Tritanopia (Blue-blind)
#1FEAE9 — rgb(31, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 95%, 53%);
text
color: hsl(189, 95%, 53%);
border
border: 2px solid hsl(189, 95%, 53%);
gradient light
background: linear-gradient(to right, hsl(189, 95%, 73%), hsl(189, 95%, 53%));
gradient dark
background: linear-gradient(to right, hsl(189, 95%, 53%), hsl(189, 95%, 33%))
hex
background-color: #15D7F9;
tailwind
bg-[hsl(189,95%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 95%, 53%, 0.4);
css variable
--color-primary: hsl(189, 95%, 53%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 95%, 53%)?
HEX: #15D7F9 | RGB: rgb(21, 215, 249) | CMYK: 92%, 14%, 0%, 2% | HSV: 189°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #15D7F9?
The complementary color is HSL(9, 95%, 53%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(189, 95%, 53%) in CSS?
As HSL: color: hsl(189, 95%, 53%); — As HEX: color: #15D7F9; — As RGB: color: rgb(21, 215, 249); — Tailwind CSS: bg-[hsl(189,95%,53%)] — CSS variable: --color-primary: hsl(189, 95%, 53%);