HSL(180, 62%, 4%)
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(180,62%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 62%, 4%) | color: hsl(180, 62%, 4%) | |
| HEX | #041111 | color: #041111 | |
| RGB | rgb(4, 17, 17) | color: rgb(4, 17, 17) | |
| CMYK | cmyk(76%, 0%, 0%, 93%) | — | |
| HSV | hsv(180, 76%, 7%) | — | |
| HWB | hwb(180 2% 93%) | color: hwb(180 2% 93%) | |
| OKLCH | oklch(0.1648 0.0201 195.38) | color: oklch(0.1648 0.0201 195.38) | |
| Lab | lab(4.22 -3.78 -1.33) | color: lab(4.22 -3.78 -1.33) | |
| LCH | lch(4.22 4.01 199.38) | color: lch(4.22 4.01 199.38) |
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)
#0A0A11 — rgb(10, 10, 17)
Deuteranopia (Green-blind)
#090811 — rgb(9, 8, 17)
Tritanopia (Blue-blind)
#051111 — rgb(5, 17, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 62%, 4%);
text
color: hsl(180, 62%, 4%);
border
border: 2px solid hsl(180, 62%, 4%);
gradient light
background: linear-gradient(to right, hsl(180, 62%, 24%), hsl(180, 62%, 4%));
gradient dark
background: linear-gradient(to right, hsl(180, 62%, 4%), hsl(180, 62%, 0%))
hex
background-color: #041111;
tailwind
bg-[hsl(180,62%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 62%, 4%, 0.4);
css variable
--color-primary: hsl(180, 62%, 4%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 62%, 4%)?
HEX: #041111 | RGB: rgb(4, 17, 17) | CMYK: 76%, 0%, 0%, 93% | HSV: 180°, 76%, 7%. Copy any format from the conversion table above.
What colors go well with #041111?
The complementary color is HSL(0, 62%, 4%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 62%, 4%) in CSS?
As HSL: color: hsl(180, 62%, 4%); — As HEX: color: #041111; — As RGB: color: rgb(4, 17, 17); — Tailwind CSS: bg-[hsl(180,62%,4%)] — CSS variable: --color-primary: hsl(180, 62%, 4%);