HSL(227, 10%, 24%)
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(227,10%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 10%, 24%) | color: hsl(227, 10%, 24%) | |
| HEX | #373A43 | color: #373A43 | |
| RGB | rgb(55, 58, 67) | color: rgb(55, 58, 67) | |
| CMYK | cmyk(18%, 13%, 0%, 74%) | — | |
| HSV | hsv(225, 18%, 26%) | — | |
| HWB | hwb(225 21% 74%) | color: hwb(225 21% 74%) | |
| OKLCH | oklch(0.3491 0.0162 270.92) | color: oklch(0.3491 0.0162 270.92) | |
| Lab | lab(24.46 0.98 -5.97) | color: lab(24.46 0.98 -5.97) | |
| LCH | lch(24.46 6.05 279.32) | color: lch(24.46 6.05 279.32) |
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)
#383841 — rgb(56, 56, 65)
Deuteranopia (Green-blind)
#383840 — rgb(56, 56, 64)
Tritanopia (Blue-blind)
#373F3F — rgb(55, 63, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 10%, 24%);
text
color: hsl(227, 10%, 24%);
border
border: 2px solid hsl(227, 10%, 24%);
gradient light
background: linear-gradient(to right, hsl(227, 10%, 44%), hsl(227, 10%, 24%));
gradient dark
background: linear-gradient(to right, hsl(227, 10%, 24%), hsl(227, 10%, 4%))
hex
background-color: #373A43;
tailwind
bg-[hsl(227,10%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 10%, 24%, 0.4);
css variable
--color-primary: hsl(227, 10%, 24%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(227, 10%, 24%)?
HEX: #373A43 | RGB: rgb(55, 58, 67) | CMYK: 18%, 13%, 0%, 74% | HSV: 225°, 18%, 26%. Copy any format from the conversion table above.
What colors go well with #373A43?
The complementary color is HSL(47, 10%, 24%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 10%, 24%) in CSS?
As HSL: color: hsl(227, 10%, 24%); — As HEX: color: #373A43; — As RGB: color: rgb(55, 58, 67); — Tailwind CSS: bg-[hsl(227,10%,24%)] — CSS variable: --color-primary: hsl(227, 10%, 24%);