HSL(167, 55%, 14%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,55%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 55%, 14%) | color: hsl(167, 55%, 14%) | |
| HEX | #10372F | color: #10372F | |
| RGB | rgb(16, 55, 47) | color: rgb(16, 55, 47) | |
| CMYK | cmyk(71%, 0%, 15%, 78%) | — | |
| HSV | hsv(168, 71%, 22%) | — | |
| HWB | hwb(168 6% 78%) | color: hwb(168 6% 78%) | |
| OKLCH | oklch(0.3066 0.0461 177.12) | color: oklch(0.3066 0.0461 177.12) | |
| Lab | lab(20.23 -16.04 0.97) | color: lab(20.23 -16.04 0.97) | |
| LCH | lch(20.23 16.07 176.54) | color: lch(20.23 16.07 176.54) |
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)
#212131 — rgb(33, 33, 49)
Deuteranopia (Green-blind)
#1F1C31 — rgb(31, 28, 49)
Tritanopia (Blue-blind)
#123233 — rgb(18, 50, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 55%, 14%);
text
color: hsl(167, 55%, 14%);
border
border: 2px solid hsl(167, 55%, 14%);
gradient light
background: linear-gradient(to right, hsl(167, 55%, 34%), hsl(167, 55%, 14%));
gradient dark
background: linear-gradient(to right, hsl(167, 55%, 14%), hsl(167, 55%, 0%))
hex
background-color: #10372F;
tailwind
bg-[hsl(167,55%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 55%, 14%, 0.4);
css variable
--color-primary: hsl(167, 55%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 55%, 14%)?
HEX: #10372F | RGB: rgb(16, 55, 47) | CMYK: 71%, 0%, 15%, 78% | HSV: 168°, 71%, 22%. Copy any format from the conversion table above.
What colors go well with #10372F?
The complementary color is HSL(347, 55%, 14%). 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%, 14%) in CSS?
As HSL: color: hsl(167, 55%, 14%); — As HEX: color: #10372F; — As RGB: color: rgb(16, 55, 47); — Tailwind CSS: bg-[hsl(167,55%,14%)] — CSS variable: --color-primary: hsl(167, 55%, 14%);