HSL(159, 12%, 14%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(159,12%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 12%, 14%) | color: hsl(159, 12%, 14%) | |
| HEX | #1F2825 | color: #1F2825 | |
| RGB | rgb(31, 40, 37) | color: rgb(31, 40, 37) | |
| CMYK | cmyk(23%, 0%, 7%, 84%) | — | |
| HSV | hsv(160, 23%, 16%) | — | |
| HWB | hwb(160 12% 84%) | color: hwb(160 12% 84%) | |
| OKLCH | oklch(0.2671 0.0138 172.98) | color: oklch(0.2671 0.0138 172.98) | |
| Lab | lab(15.18 -4.74 0.66) | color: lab(15.18 -4.74 0.66) | |
| LCH | lch(15.18 4.79 172.07) | color: lch(15.18 4.79 172.07) |
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)
#232326 — rgb(35, 35, 38)
Deuteranopia (Green-blind)
#222226 — rgb(34, 34, 38)
Tritanopia (Blue-blind)
#1F2626 — rgb(31, 38, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 12%, 14%);
text
color: hsl(159, 12%, 14%);
border
border: 2px solid hsl(159, 12%, 14%);
gradient light
background: linear-gradient(to right, hsl(159, 12%, 34%), hsl(159, 12%, 14%));
gradient dark
background: linear-gradient(to right, hsl(159, 12%, 14%), hsl(159, 12%, 0%))
hex
background-color: #1F2825;
tailwind
bg-[hsl(159,12%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 12%, 14%, 0.4);
css variable
--color-primary: hsl(159, 12%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 12%, 14%)?
HEX: #1F2825 | RGB: rgb(31, 40, 37) | CMYK: 23%, 0%, 7%, 84% | HSV: 160°, 23%, 16%. Copy any format from the conversion table above.
What colors go well with #1F2825?
The complementary color is HSL(339, 12%, 14%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 12%, 14%) in CSS?
As HSL: color: hsl(159, 12%, 14%); — As HEX: color: #1F2825; — As RGB: color: rgb(31, 40, 37); — Tailwind CSS: bg-[hsl(159,12%,14%)] — CSS variable: --color-primary: hsl(159, 12%, 14%);