HSL(249, 10%, 21%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(249,10%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 10%, 21%) | color: hsl(249, 10%, 21%) | |
| HEX | #32303B | color: #32303B | |
| RGB | rgb(50, 48, 59) | color: rgb(50, 48, 59) | |
| CMYK | cmyk(15%, 19%, 0%, 77%) | — | |
| HSV | hsv(251, 19%, 23%) | — | |
| HWB | hwb(251 19% 77%) | color: hwb(251 19% 77%) | |
| OKLCH | oklch(0.3158 0.0196 293.58) | color: oklch(0.3158 0.0196 293.58) | |
| Lab | lab(20.47 3.6 -6.63) | color: lab(20.47 3.6 -6.63) | |
| LCH | lch(20.47 7.54 298.5) | color: lch(20.47 7.54 298.5) |
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)
#313138 — rgb(49, 49, 56)
Deuteranopia (Green-blind)
#313138 — rgb(49, 49, 56)
Tritanopia (Blue-blind)
#323636 — rgb(50, 54, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 10%, 21%);
text
color: hsl(249, 10%, 21%);
border
border: 2px solid hsl(249, 10%, 21%);
gradient light
background: linear-gradient(to right, hsl(249, 10%, 41%), hsl(249, 10%, 21%));
gradient dark
background: linear-gradient(to right, hsl(249, 10%, 21%), hsl(249, 10%, 1%))
hex
background-color: #32303B;
tailwind
bg-[hsl(249,10%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 10%, 21%, 0.4);
css variable
--color-primary: hsl(249, 10%, 21%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 10%, 21%)?
HEX: #32303B | RGB: rgb(50, 48, 59) | CMYK: 15%, 19%, 0%, 77% | HSV: 251°, 19%, 23%. Copy any format from the conversion table above.
What colors go well with #32303B?
The complementary color is HSL(69, 10%, 21%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 10%, 21%) in CSS?
As HSL: color: hsl(249, 10%, 21%); — As HEX: color: #32303B; — As RGB: color: rgb(50, 48, 59); — Tailwind CSS: bg-[hsl(249,10%,21%)] — CSS variable: --color-primary: hsl(249, 10%, 21%);