HSL(238, 10%, 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(238,10%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 10%, 41%) | color: hsl(238, 10%, 41%) | |
| HEX | #5E5F73 | color: #5E5F73 | |
| RGB | rgb(94, 95, 115) | color: rgb(94, 95, 115) | |
| CMYK | cmyk(18%, 17%, 0%, 55%) | — | |
| HSV | hsv(237, 18%, 45%) | — | |
| HWB | hwb(237 37% 55%) | color: hwb(237 37% 55%) | |
| OKLCH | oklch(0.492 0.0318 282.9) | color: oklch(0.492 0.0318 282.9) | |
| Lab | lab(40.9 4.19 -11.4) | color: lab(40.9 4.19 -11.4) | |
| LCH | lch(40.9 12.15 290.18) | color: lch(40.9 12.15 290.18) |
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)
#5E5E6E — rgb(94, 94, 110)
Deuteranopia (Green-blind)
#5E5E6D — rgb(94, 94, 109)
Tritanopia (Blue-blind)
#5E6A6A — rgb(94, 106, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 10%, 41%);
text
color: hsl(238, 10%, 41%);
border
border: 2px solid hsl(238, 10%, 41%);
gradient light
background: linear-gradient(to right, hsl(238, 10%, 61%), hsl(238, 10%, 41%));
gradient dark
background: linear-gradient(to right, hsl(238, 10%, 41%), hsl(238, 10%, 21%))
hex
background-color: #5E5F73;
tailwind
bg-[hsl(238,10%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 10%, 41%, 0.4);
css variable
--color-primary: hsl(238, 10%, 41%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 10%, 41%)?
HEX: #5E5F73 | RGB: rgb(94, 95, 115) | CMYK: 18%, 17%, 0%, 55% | HSV: 237°, 18%, 45%. Copy any format from the conversion table above.
What colors go well with #5E5F73?
The complementary color is HSL(58, 10%, 41%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(238, 10%, 41%) in CSS?
As HSL: color: hsl(238, 10%, 41%); — As HEX: color: #5E5F73; — As RGB: color: rgb(94, 95, 115); — Tailwind CSS: bg-[hsl(238,10%,41%)] — CSS variable: --color-primary: hsl(238, 10%, 41%);