HSL(159, 12%, 19%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(159,12%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 12%, 19%) | color: hsl(159, 12%, 19%) | |
| HEX | #2B3632 | color: #2B3632 | |
| RGB | rgb(43, 54, 50) | color: rgb(43, 54, 50) | |
| CMYK | cmyk(20%, 0%, 7%, 79%) | — | |
| HSV | hsv(158, 20%, 21%) | — | |
| HWB | hwb(158 17% 79%) | color: hwb(158 17% 79%) | |
| OKLCH | oklch(0.3213 0.0164 171.18) | color: oklch(0.3213 0.0164 171.18) | |
| Lab | lab(21.51 -5.62 0.98) | color: lab(21.51 -5.62 0.98) | |
| LCH | lch(21.51 5.7 170.11) | color: lch(21.51 5.7 170.11) |
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)
#303033 — rgb(48, 48, 51)
Deuteranopia (Green-blind)
#2F2E33 — rgb(47, 46, 51)
Tritanopia (Blue-blind)
#2C3434 — rgb(44, 52, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 12%, 19%);
text
color: hsl(159, 12%, 19%);
border
border: 2px solid hsl(159, 12%, 19%);
gradient light
background: linear-gradient(to right, hsl(159, 12%, 39%), hsl(159, 12%, 19%));
gradient dark
background: linear-gradient(to right, hsl(159, 12%, 19%), hsl(159, 12%, 0%))
hex
background-color: #2B3632;
tailwind
bg-[hsl(159,12%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 12%, 19%, 0.4);
css variable
--color-primary: hsl(159, 12%, 19%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 12%, 19%)?
HEX: #2B3632 | RGB: rgb(43, 54, 50) | CMYK: 20%, 0%, 7%, 79% | HSV: 158°, 20%, 21%. Copy any format from the conversion table above.
What colors go well with #2B3632?
The complementary color is HSL(339, 12%, 19%). 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%, 19%) in CSS?
As HSL: color: hsl(159, 12%, 19%); — As HEX: color: #2B3632; — As RGB: color: rgb(43, 54, 50); — Tailwind CSS: bg-[hsl(159,12%,19%)] — CSS variable: --color-primary: hsl(159, 12%, 19%);