HSL(231, 11%, 41%)
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(231,11%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 11%, 41%) | color: hsl(231, 11%, 41%) | |
| HEX | #5D6074 | color: #5D6074 | |
| RGB | rgb(93, 96, 116) | color: rgb(93, 96, 116) | |
| CMYK | cmyk(20%, 17%, 0%, 55%) | — | |
| HSV | hsv(232, 20%, 45%) | — | |
| HWB | hwb(232 36% 55%) | color: hwb(232 36% 55%) | |
| OKLCH | oklch(0.4939 0.0321 278.44) | color: oklch(0.4939 0.0321 278.44) | |
| Lab | lab(41.14 3.47 -11.65) | color: lab(41.14 3.47 -11.65) | |
| LCH | lch(41.14 12.16 286.59) | color: lch(41.14 12.16 286.59) |
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)
#5E5E6F — rgb(94, 94, 111)
Deuteranopia (Green-blind)
#5E5E6E — rgb(94, 94, 110)
Tritanopia (Blue-blind)
#5D6B6B — rgb(93, 107, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 11%, 41%);
text
color: hsl(231, 11%, 41%);
border
border: 2px solid hsl(231, 11%, 41%);
gradient light
background: linear-gradient(to right, hsl(231, 11%, 61%), hsl(231, 11%, 41%));
gradient dark
background: linear-gradient(to right, hsl(231, 11%, 41%), hsl(231, 11%, 21%))
hex
background-color: #5D6074;
tailwind
bg-[hsl(231,11%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 11%, 41%, 0.4);
css variable
--color-primary: hsl(231, 11%, 41%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 11%, 41%)?
HEX: #5D6074 | RGB: rgb(93, 96, 116) | CMYK: 20%, 17%, 0%, 55% | HSV: 232°, 20%, 45%. Copy any format from the conversion table above.
What colors go well with #5D6074?
The complementary color is HSL(51, 11%, 41%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 11%, 41%) in CSS?
As HSL: color: hsl(231, 11%, 41%); — As HEX: color: #5D6074; — As RGB: color: rgb(93, 96, 116); — Tailwind CSS: bg-[hsl(231,11%,41%)] — CSS variable: --color-primary: hsl(231, 11%, 41%);