HSL(189, 79%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,79%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 79%, 17%) | color: hsl(189, 79%, 17%) | |
| HEX | #09434E | color: #09434E | |
| RGB | rgb(9, 67, 78) | color: rgb(9, 67, 78) | |
| CMYK | cmyk(88%, 14%, 0%, 69%) | — | |
| HSV | hsv(190, 88%, 31%) | — | |
| HWB | hwb(190 4% 69%) | color: hwb(190 4% 69%) | |
| OKLCH | oklch(0.3536 0.0581 214.21) | color: oklch(0.3536 0.0581 214.21) | |
| Lab | lab(25.63 -13.18 -11.69) | color: lab(25.63 -13.18 -11.69) | |
| LCH | lch(25.63 17.62 221.57) | color: lch(25.63 17.62 221.57) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#22234B — rgb(34, 35, 75)
Deuteranopia (Green-blind)
#1F1A4B — rgb(31, 26, 75)
Tritanopia (Blue-blind)
#0C4949 — rgb(12, 73, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 79%, 17%);
text
color: hsl(189, 79%, 17%);
border
border: 2px solid hsl(189, 79%, 17%);
gradient light
background: linear-gradient(to right, hsl(189, 79%, 37%), hsl(189, 79%, 17%));
gradient dark
background: linear-gradient(to right, hsl(189, 79%, 17%), hsl(189, 79%, 0%))
hex
background-color: #09434E;
tailwind
bg-[hsl(189,79%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 79%, 17%, 0.4);
css variable
--color-primary: hsl(189, 79%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 79%, 17%)?
HEX: #09434E | RGB: rgb(9, 67, 78) | CMYK: 88%, 14%, 0%, 69% | HSV: 190°, 88%, 31%. Copy any format from the conversion table above.
What colors go well with #09434E?
The complementary color is HSL(9, 79%, 17%). 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, 79%, 17%) in CSS?
As HSL: color: hsl(189, 79%, 17%); — As HEX: color: #09434E; — As RGB: color: rgb(9, 67, 78); — Tailwind CSS: bg-[hsl(189,79%,17%)] — CSS variable: --color-primary: hsl(189, 79%, 17%);