HSL(189, 90%, 22%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,90%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 90%, 22%) | color: hsl(189, 90%, 22%) | |
| HEX | #065B6B | color: #065B6B | |
| RGB | rgb(6, 91, 107) | color: rgb(6, 91, 107) | |
| CMYK | cmyk(94%, 15%, 0%, 58%) | — | |
| HSV | hsv(190, 94%, 42%) | — | |
| HWB | hwb(190 3% 58%) | color: hwb(190 3% 58%) | |
| OKLCH | oklch(0.4345 0.0751 215.5) | color: oklch(0.4345 0.0751 215.5) | |
| Lab | lab(35.17 -16.4 -15.58) | color: lab(35.17 -16.4 -15.58) | |
| LCH | lch(35.17 22.62 223.53) | color: lch(35.17 22.62 223.53) |
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)
#2B2C67 — rgb(43, 44, 103)
Deuteranopia (Green-blind)
#262066 — rgb(38, 32, 102)
Tritanopia (Blue-blind)
#0A6463 — rgb(10, 100, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 90%, 22%);
text
color: hsl(189, 90%, 22%);
border
border: 2px solid hsl(189, 90%, 22%);
gradient light
background: linear-gradient(to right, hsl(189, 90%, 42%), hsl(189, 90%, 22%));
gradient dark
background: linear-gradient(to right, hsl(189, 90%, 22%), hsl(189, 90%, 2%))
hex
background-color: #065B6B;
tailwind
bg-[hsl(189,90%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 90%, 22%, 0.4);
css variable
--color-primary: hsl(189, 90%, 22%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 90%, 22%)?
HEX: #065B6B | RGB: rgb(6, 91, 107) | CMYK: 94%, 15%, 0%, 58% | HSV: 190°, 94%, 42%. Copy any format from the conversion table above.
What colors go well with #065B6B?
The complementary color is HSL(9, 90%, 22%). 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, 90%, 22%) in CSS?
As HSL: color: hsl(189, 90%, 22%); — As HEX: color: #065B6B; — As RGB: color: rgb(6, 91, 107); — Tailwind CSS: bg-[hsl(189,90%,22%)] — CSS variable: --color-primary: hsl(189, 90%, 22%);