HSL(189, 75%, 50%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,75%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 75%, 50%) | color: hsl(189, 75%, 50%) | |
| HEX | #20C2DF | color: #20C2DF | |
| RGB | rgb(32, 194, 223) | color: rgb(32, 194, 223) | |
| CMYK | cmyk(86%, 13%, 0%, 13%) | — | |
| HSV | hsv(189, 86%, 87%) | — | |
| HWB | hwb(189 12% 13%) | color: hwb(189 12% 13%) | |
| OKLCH | oklch(0.7504 0.1271 214.11) | color: oklch(0.7504 0.1271 214.11) | |
| Lab | lab(72.37 -28.78 -25.5) | color: lab(72.37 -28.78 -25.5) | |
| LCH | lch(72.37 38.45 221.54) | color: lch(72.37 38.45 221.54) |
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)
#6668D8 — rgb(102, 104, 216)
Deuteranopia (Green-blind)
#5D51D6 — rgb(93, 81, 214)
Tritanopia (Blue-blind)
#28D2D1 — rgb(40, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 75%, 50%);
text
color: hsl(189, 75%, 50%);
border
border: 2px solid hsl(189, 75%, 50%);
gradient light
background: linear-gradient(to right, hsl(189, 75%, 70%), hsl(189, 75%, 50%));
gradient dark
background: linear-gradient(to right, hsl(189, 75%, 50%), hsl(189, 75%, 30%))
hex
background-color: #20C2DF;
tailwind
bg-[hsl(189,75%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 75%, 50%, 0.4);
css variable
--color-primary: hsl(189, 75%, 50%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 75%, 50%)?
HEX: #20C2DF | RGB: rgb(32, 194, 223) | CMYK: 86%, 13%, 0%, 13% | HSV: 189°, 86%, 87%. Copy any format from the conversion table above.
What colors go well with #20C2DF?
The complementary color is HSL(9, 75%, 50%). 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, 75%, 50%) in CSS?
As HSL: color: hsl(189, 75%, 50%); — As HEX: color: #20C2DF; — As RGB: color: rgb(32, 194, 223); — Tailwind CSS: bg-[hsl(189,75%,50%)] — CSS variable: --color-primary: hsl(189, 75%, 50%);