HSL(232, 12%, 29%)
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(232,12%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 12%, 29%) | color: hsl(232, 12%, 29%) | |
| HEX | #414353 | color: #414353 | |
| RGB | rgb(65, 67, 83) | color: rgb(65, 67, 83) | |
| CMYK | cmyk(22%, 19%, 0%, 67%) | — | |
| HSV | hsv(233, 22%, 33%) | — | |
| HWB | hwb(233 26% 67%) | color: hwb(233 26% 67%) | |
| OKLCH | oklch(0.3874 0.0272 279.45) | color: oklch(0.3874 0.0272 279.45) | |
| Lab | lab(28.81 3.13 -9.84) | color: lab(28.81 3.13 -9.84) | |
| LCH | lch(28.81 10.33 287.65) | color: lch(28.81 10.33 287.65) |
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)
#42424F — rgb(66, 66, 79)
Deuteranopia (Green-blind)
#42424E — rgb(66, 66, 78)
Tritanopia (Blue-blind)
#414C4B — rgb(65, 76, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 12%, 29%);
text
color: hsl(232, 12%, 29%);
border
border: 2px solid hsl(232, 12%, 29%);
gradient light
background: linear-gradient(to right, hsl(232, 12%, 49%), hsl(232, 12%, 29%));
gradient dark
background: linear-gradient(to right, hsl(232, 12%, 29%), hsl(232, 12%, 9%))
hex
background-color: #414353;
tailwind
bg-[hsl(232,12%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 12%, 29%, 0.4);
css variable
--color-primary: hsl(232, 12%, 29%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 12%, 29%)?
HEX: #414353 | RGB: rgb(65, 67, 83) | CMYK: 22%, 19%, 0%, 67% | HSV: 233°, 22%, 33%. Copy any format from the conversion table above.
What colors go well with #414353?
The complementary color is HSL(52, 12%, 29%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 12%, 29%) in CSS?
As HSL: color: hsl(232, 12%, 29%); — As HEX: color: #414353; — As RGB: color: rgb(65, 67, 83); — Tailwind CSS: bg-[hsl(232,12%,29%)] — CSS variable: --color-primary: hsl(232, 12%, 29%);