HSL(167, 99%, 11%)
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,99%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 99%, 11%) | color: hsl(167, 99%, 11%) | |
| HEX | #00382C | color: #00382C | |
| RGB | rgb(0, 56, 44) | color: rgb(0, 56, 44) | |
| CMYK | cmyk(100%, 0%, 21%, 78%) | — | |
| HSV | hsv(167, 100%, 22%) | — | |
| HWB | hwb(167 0% 78%) | color: hwb(167 0% 78%) | |
| OKLCH | oklch(0.3038 0.0582 173.2) | color: oklch(0.3038 0.0582 173.2) | |
| Lab | lab(20.08 -20.59 2.73) | color: lab(20.08 -20.59 2.73) | |
| LCH | lch(20.08 20.77 172.45) | color: lch(20.08 20.77 172.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)
#18192F — rgb(24, 25, 47)
Deuteranopia (Green-blind)
#151130 — rgb(21, 17, 48)
Tritanopia (Blue-blind)
#033132 — rgb(3, 49, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 99%, 11%);
text
color: hsl(167, 99%, 11%);
border
border: 2px solid hsl(167, 99%, 11%);
gradient light
background: linear-gradient(to right, hsl(167, 99%, 31%), hsl(167, 99%, 11%));
gradient dark
background: linear-gradient(to right, hsl(167, 99%, 11%), hsl(167, 99%, 0%))
hex
background-color: #00382C;
tailwind
bg-[hsl(167,99%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 99%, 11%, 0.4);
css variable
--color-primary: hsl(167, 99%, 11%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 99%, 11%)?
HEX: #00382C | RGB: rgb(0, 56, 44) | CMYK: 100%, 0%, 21%, 78% | HSV: 167°, 100%, 22%. Copy any format from the conversion table above.
What colors go well with #00382C?
The complementary color is HSL(347, 99%, 11%). 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, 99%, 11%) in CSS?
As HSL: color: hsl(167, 99%, 11%); — As HEX: color: #00382C; — As RGB: color: rgb(0, 56, 44); — Tailwind CSS: bg-[hsl(167,99%,11%)] — CSS variable: --color-primary: hsl(167, 99%, 11%);