HSL(159, 12%, 12%)
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%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 12%, 12%) | color: hsl(159, 12%, 12%) | |
| HEX | #1B2220 | color: #1B2220 | |
| RGB | rgb(27, 34, 32) | color: rgb(27, 34, 32) | |
| CMYK | cmyk(21%, 0%, 6%, 87%) | — | |
| HSV | hsv(163, 21%, 13%) | — | |
| HWB | hwb(163 10% 87%) | color: hwb(163 10% 87%) | |
| OKLCH | oklch(0.2442 0.0108 176.21) | color: oklch(0.2442 0.0108 176.21) | |
| Lab | lab(12.49 -3.69 0.29) | color: lab(12.49 -3.69 0.29) | |
| LCH | lch(12.49 3.7 175.51) | color: lch(12.49 3.7 175.51) |
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)
#1E1E20 — rgb(30, 30, 32)
Deuteranopia (Green-blind)
#1E1D21 — rgb(30, 29, 33)
Tritanopia (Blue-blind)
#1B2121 — rgb(27, 33, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 12%, 12%);
text
color: hsl(159, 12%, 12%);
border
border: 2px solid hsl(159, 12%, 12%);
gradient light
background: linear-gradient(to right, hsl(159, 12%, 32%), hsl(159, 12%, 12%));
gradient dark
background: linear-gradient(to right, hsl(159, 12%, 12%), hsl(159, 12%, 0%))
hex
background-color: #1B2220;
tailwind
bg-[hsl(159,12%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 12%, 12%, 0.4);
css variable
--color-primary: hsl(159, 12%, 12%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 12%, 12%)?
HEX: #1B2220 | RGB: rgb(27, 34, 32) | CMYK: 21%, 0%, 6%, 87% | HSV: 163°, 21%, 13%. Copy any format from the conversion table above.
What colors go well with #1B2220?
The complementary color is HSL(339, 12%, 12%). 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%, 12%) in CSS?
As HSL: color: hsl(159, 12%, 12%); — As HEX: color: #1B2220; — As RGB: color: rgb(27, 34, 32); — Tailwind CSS: bg-[hsl(159,12%,12%)] — CSS variable: --color-primary: hsl(159, 12%, 12%);