HSL(151, 45%, 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(151,45%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 45%, 4%) | color: hsl(151, 45%, 4%) | |
| HEX | #060F0A | color: #060F0A | |
| RGB | rgb(6, 15, 10) | color: rgb(6, 15, 10) | |
| CMYK | cmyk(60%, 0%, 33%, 94%) | — | |
| HSV | hsv(147, 60%, 6%) | — | |
| HWB | hwb(147 2% 94%) | color: hwb(147 2% 94%) | |
| OKLCH | oklch(0.1568 0.0181 160.66) | color: oklch(0.1568 0.0181 160.66) | |
| Lab | lab(3.63 -3.34 1.27) | color: lab(3.63 -3.34 1.27) | |
| LCH | lch(3.63 3.57 159.18) | color: lch(3.63 3.57 159.18) |
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)
#0A0A0B — rgb(10, 10, 11)
Deuteranopia (Green-blind)
#09090C — rgb(9, 9, 12)
Tritanopia (Blue-blind)
#060C0C — rgb(6, 12, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 45%, 4%);
text
color: hsl(151, 45%, 4%);
border
border: 2px solid hsl(151, 45%, 4%);
gradient light
background: linear-gradient(to right, hsl(151, 45%, 24%), hsl(151, 45%, 4%));
gradient dark
background: linear-gradient(to right, hsl(151, 45%, 4%), hsl(151, 45%, 0%))
hex
background-color: #060F0A;
tailwind
bg-[hsl(151,45%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 45%, 4%, 0.4);
css variable
--color-primary: hsl(151, 45%, 4%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 45%, 4%)?
HEX: #060F0A | RGB: rgb(6, 15, 10) | CMYK: 60%, 0%, 33%, 94% | HSV: 147°, 60%, 6%. Copy any format from the conversion table above.
What colors go well with #060F0A?
The complementary color is HSL(331, 45%, 4%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 45%, 4%) in CSS?
As HSL: color: hsl(151, 45%, 4%); — As HEX: color: #060F0A; — As RGB: color: rgb(6, 15, 10); — Tailwind CSS: bg-[hsl(151,45%,4%)] — CSS variable: --color-primary: hsl(151, 45%, 4%);