HSL(167, 16%, 15%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(167,16%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 16%, 15%) | color: hsl(167, 16%, 15%) | |
| HEX | #202C2A | color: #202C2A | |
| RGB | rgb(32, 44, 42) | color: rgb(32, 44, 42) | |
| CMYK | cmyk(27%, 0%, 5%, 83%) | — | |
| HSV | hsv(170, 27%, 17%) | — | |
| HWB | hwb(170 12% 83%) | color: hwb(170 12% 83%) | |
| OKLCH | oklch(0.2813 0.0168 183.8) | color: oklch(0.2813 0.0168 183.8) | |
| Lab | lab(16.87 -5.65 -0.38) | color: lab(16.87 -5.65 -0.38) | |
| LCH | lch(16.87 5.66 183.85) | color: lch(16.87 5.66 183.85) |
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)
#25252A — rgb(37, 37, 42)
Deuteranopia (Green-blind)
#25242B — rgb(37, 36, 43)
Tritanopia (Blue-blind)
#212B2B — rgb(33, 43, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 16%, 15%);
text
color: hsl(167, 16%, 15%);
border
border: 2px solid hsl(167, 16%, 15%);
gradient light
background: linear-gradient(to right, hsl(167, 16%, 35%), hsl(167, 16%, 15%));
gradient dark
background: linear-gradient(to right, hsl(167, 16%, 15%), hsl(167, 16%, 0%))
hex
background-color: #202C2A;
tailwind
bg-[hsl(167,16%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 16%, 15%, 0.4);
css variable
--color-primary: hsl(167, 16%, 15%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 16%, 15%)?
HEX: #202C2A | RGB: rgb(32, 44, 42) | CMYK: 27%, 0%, 5%, 83% | HSV: 170°, 27%, 17%. Copy any format from the conversion table above.
What colors go well with #202C2A?
The complementary color is HSL(347, 16%, 15%). 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, 16%, 15%) in CSS?
As HSL: color: hsl(167, 16%, 15%); — As HEX: color: #202C2A; — As RGB: color: rgb(32, 44, 42); — Tailwind CSS: bg-[hsl(167,16%,15%)] — CSS variable: --color-primary: hsl(167, 16%, 15%);