HSL(167, 55%, 22%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,55%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 55%, 22%) | color: hsl(167, 55%, 22%) | |
| HEX | #19574A | color: #19574A | |
| RGB | rgb(25, 87, 74) | color: rgb(25, 87, 74) | |
| CMYK | cmyk(71%, 0%, 15%, 66%) | — | |
| HSV | hsv(167, 71%, 34%) | — | |
| HWB | hwb(167 10% 66%) | color: hwb(167 10% 66%) | |
| OKLCH | oklch(0.4137 0.0661 176.09) | color: oklch(0.4137 0.0661 176.09) | |
| Lab | lab(32.96 -23.11 1.84) | color: lab(32.96 -23.11 1.84) | |
| LCH | lch(32.96 23.18 175.45) | color: lch(32.96 23.18 175.45) |
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)
#34344D — rgb(52, 52, 77)
Deuteranopia (Green-blind)
#302C4E — rgb(48, 44, 78)
Tritanopia (Blue-blind)
#1C5050 — rgb(28, 80, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 55%, 22%);
text
color: hsl(167, 55%, 22%);
border
border: 2px solid hsl(167, 55%, 22%);
gradient light
background: linear-gradient(to right, hsl(167, 55%, 42%), hsl(167, 55%, 22%));
gradient dark
background: linear-gradient(to right, hsl(167, 55%, 22%), hsl(167, 55%, 2%))
hex
background-color: #19574A;
tailwind
bg-[hsl(167,55%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 55%, 22%, 0.4);
css variable
--color-primary: hsl(167, 55%, 22%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 55%, 22%)?
HEX: #19574A | RGB: rgb(25, 87, 74) | CMYK: 71%, 0%, 15%, 66% | HSV: 167°, 71%, 34%. Copy any format from the conversion table above.
What colors go well with #19574A?
The complementary color is HSL(347, 55%, 22%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 55%, 22%) in CSS?
As HSL: color: hsl(167, 55%, 22%); — As HEX: color: #19574A; — As RGB: color: rgb(25, 87, 74); — Tailwind CSS: bg-[hsl(167,55%,22%)] — CSS variable: --color-primary: hsl(167, 55%, 22%);