HSL(166, 72%, 22%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,72%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 72%, 22%) | color: hsl(166, 72%, 22%) | |
| HEX | #10604E | color: #10604E | |
| RGB | rgb(16, 96, 78) | color: rgb(16, 96, 78) | |
| CMYK | cmyk(83%, 0%, 19%, 62%) | — | |
| HSV | hsv(167, 83%, 38%) | — | |
| HWB | hwb(167 6% 62%) | color: hwb(167 6% 62%) | |
| OKLCH | oklch(0.4387 0.0787 173.07) | color: oklch(0.4387 0.0787 173.07) | |
| Lab | lab(36.03 -27.76 3.75) | color: lab(36.03 -27.76 3.75) | |
| LCH | lch(36.03 28.01 172.31) | color: lch(36.03 28.01 172.31) |
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)
#333352 — rgb(51, 51, 82)
Deuteranopia (Green-blind)
#2E2853 — rgb(46, 40, 83)
Tritanopia (Blue-blind)
#145657 — rgb(20, 86, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 72%, 22%);
text
color: hsl(166, 72%, 22%);
border
border: 2px solid hsl(166, 72%, 22%);
gradient light
background: linear-gradient(to right, hsl(166, 72%, 42%), hsl(166, 72%, 22%));
gradient dark
background: linear-gradient(to right, hsl(166, 72%, 22%), hsl(166, 72%, 2%))
hex
background-color: #10604E;
tailwind
bg-[hsl(166,72%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 72%, 22%, 0.4);
css variable
--color-primary: hsl(166, 72%, 22%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 72%, 22%)?
HEX: #10604E | RGB: rgb(16, 96, 78) | CMYK: 83%, 0%, 19%, 62% | HSV: 167°, 83%, 38%. Copy any format from the conversion table above.
What colors go well with #10604E?
The complementary color is HSL(346, 72%, 22%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 72%, 22%) in CSS?
As HSL: color: hsl(166, 72%, 22%); — As HEX: color: #10604E; — As RGB: color: rgb(16, 96, 78); — Tailwind CSS: bg-[hsl(166,72%,22%)] — CSS variable: --color-primary: hsl(166, 72%, 22%);