HSL(151, 12%, 16%)
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(151,12%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 12%, 16%) | color: hsl(151, 12%, 16%) | |
| HEX | #242E29 | color: #242E29 | |
| RGB | rgb(36, 46, 41) | color: rgb(36, 46, 41) | |
| CMYK | cmyk(22%, 0%, 11%, 82%) | — | |
| HSV | hsv(150, 22%, 18%) | — | |
| HWB | hwb(150 14% 82%) | color: hwb(150 14% 82%) | |
| OKLCH | oklch(0.2899 0.0165 163.55) | color: oklch(0.2899 0.0165 163.55) | |
| Lab | lab(17.87 -5.58 1.8) | color: lab(17.87 -5.58 1.8) | |
| LCH | lch(17.87 5.86 162.12) | color: lch(17.87 5.86 162.12) |
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)
#28282A — rgb(40, 40, 42)
Deuteranopia (Green-blind)
#28272B — rgb(40, 39, 43)
Tritanopia (Blue-blind)
#252B2B — rgb(37, 43, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 12%, 16%);
text
color: hsl(151, 12%, 16%);
border
border: 2px solid hsl(151, 12%, 16%);
gradient light
background: linear-gradient(to right, hsl(151, 12%, 36%), hsl(151, 12%, 16%));
gradient dark
background: linear-gradient(to right, hsl(151, 12%, 16%), hsl(151, 12%, 0%))
hex
background-color: #242E29;
tailwind
bg-[hsl(151,12%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 12%, 16%, 0.4);
css variable
--color-primary: hsl(151, 12%, 16%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 12%, 16%)?
HEX: #242E29 | RGB: rgb(36, 46, 41) | CMYK: 22%, 0%, 11%, 82% | HSV: 150°, 22%, 18%. Copy any format from the conversion table above.
What colors go well with #242E29?
The complementary color is HSL(331, 12%, 16%). 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, 12%, 16%) in CSS?
As HSL: color: hsl(151, 12%, 16%); — As HEX: color: #242E29; — As RGB: color: rgb(36, 46, 41); — Tailwind CSS: bg-[hsl(151,12%,16%)] — CSS variable: --color-primary: hsl(151, 12%, 16%);