HSL(160, 52%, 8%)
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(160,52%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 52%, 8%) | color: hsl(160, 52%, 8%) | |
| HEX | #0A1F18 | color: #0A1F18 | |
| RGB | rgb(10, 31, 24) | color: rgb(10, 31, 24) | |
| CMYK | cmyk(68%, 0%, 23%, 88%) | — | |
| HSV | hsv(160, 68%, 12%) | — | |
| HWB | hwb(160 4% 88%) | color: hwb(160 4% 88%) | |
| OKLCH | oklch(0.2193 0.0306 169.3) | color: oklch(0.2193 0.0306 169.3) | |
| Lab | lab(9.88 -10.63 2.22) | color: lab(9.88 -10.63 2.22) | |
| LCH | lch(9.88 10.86 168.2) | color: lch(9.88 10.86 168.2) |
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)
#13131A — rgb(19, 19, 26)
Deuteranopia (Green-blind)
#12101A — rgb(18, 16, 26)
Tritanopia (Blue-blind)
#0B1B1B — rgb(11, 27, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 52%, 8%);
text
color: hsl(160, 52%, 8%);
border
border: 2px solid hsl(160, 52%, 8%);
gradient light
background: linear-gradient(to right, hsl(160, 52%, 28%), hsl(160, 52%, 8%));
gradient dark
background: linear-gradient(to right, hsl(160, 52%, 8%), hsl(160, 52%, 0%))
hex
background-color: #0A1F18;
tailwind
bg-[hsl(160,52%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 52%, 8%, 0.4);
css variable
--color-primary: hsl(160, 52%, 8%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 52%, 8%)?
HEX: #0A1F18 | RGB: rgb(10, 31, 24) | CMYK: 68%, 0%, 23%, 88% | HSV: 160°, 68%, 12%. Copy any format from the conversion table above.
What colors go well with #0A1F18?
The complementary color is HSL(340, 52%, 8%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 52%, 8%) in CSS?
As HSL: color: hsl(160, 52%, 8%); — As HEX: color: #0A1F18; — As RGB: color: rgb(10, 31, 24); — Tailwind CSS: bg-[hsl(160,52%,8%)] — CSS variable: --color-primary: hsl(160, 52%, 8%);