HSL(151, 10%, 22%)
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,10%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 10%, 22%) | color: hsl(151, 10%, 22%) | |
| HEX | #323E38 | color: #323E38 | |
| RGB | rgb(50, 62, 56) | color: rgb(50, 62, 56) | |
| CMYK | cmyk(19%, 0%, 10%, 76%) | — | |
| HSV | hsv(150, 19%, 24%) | — | |
| HWB | hwb(150 19% 76%) | color: hwb(150 19% 76%) | |
| OKLCH | oklch(0.3509 0.0189 163.64) | color: oklch(0.3509 0.0189 163.64) | |
| Lab | lab(24.98 -6.39 2.05) | color: lab(24.98 -6.39 2.05) | |
| LCH | lch(24.98 6.71 162.21) | color: lch(24.98 6.71 162.21) |
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)
#373739 — rgb(55, 55, 57)
Deuteranopia (Green-blind)
#37363A — rgb(55, 54, 58)
Tritanopia (Blue-blind)
#333B3B — rgb(51, 59, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 10%, 22%);
text
color: hsl(151, 10%, 22%);
border
border: 2px solid hsl(151, 10%, 22%);
gradient light
background: linear-gradient(to right, hsl(151, 10%, 42%), hsl(151, 10%, 22%));
gradient dark
background: linear-gradient(to right, hsl(151, 10%, 22%), hsl(151, 10%, 2%))
hex
background-color: #323E38;
tailwind
bg-[hsl(151,10%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 10%, 22%, 0.4);
css variable
--color-primary: hsl(151, 10%, 22%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 10%, 22%)?
HEX: #323E38 | RGB: rgb(50, 62, 56) | CMYK: 19%, 0%, 10%, 76% | HSV: 150°, 19%, 24%. Copy any format from the conversion table above.
What colors go well with #323E38?
The complementary color is HSL(331, 10%, 22%). 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, 10%, 22%) in CSS?
As HSL: color: hsl(151, 10%, 22%); — As HEX: color: #323E38; — As RGB: color: rgb(50, 62, 56); — Tailwind CSS: bg-[hsl(151,10%,22%)] — CSS variable: --color-primary: hsl(151, 10%, 22%);