HSL(220, 10%, 34%)
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(220,10%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(220, 10%, 34%) | color: hsl(220, 10%, 34%) | |
| HEX | #4E545F | color: #4E545F | |
| RGB | rgb(78, 84, 95) | color: rgb(78, 84, 95) | |
| CMYK | cmyk(18%, 12%, 0%, 63%) | — | |
| HSV | hsv(219, 18%, 37%) | — | |
| HWB | hwb(219 30% 63%) | color: hwb(219 30% 63%) | |
| OKLCH | oklch(0.4446 0.0196 262.66) | color: oklch(0.4446 0.0196 262.66) | |
| Lab | lab(35.57 0.23 -7.19) | color: lab(35.57 0.23 -7.19) | |
| LCH | lch(35.57 7.19 271.83) | color: lch(35.57 7.19 271.83) |
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)
#51515C — rgb(81, 81, 92)
Deuteranopia (Green-blind)
#50505C — rgb(80, 80, 92)
Tritanopia (Blue-blind)
#4E5A5A — rgb(78, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(220, 10%, 34%);
text
color: hsl(220, 10%, 34%);
border
border: 2px solid hsl(220, 10%, 34%);
gradient light
background: linear-gradient(to right, hsl(220, 10%, 54%), hsl(220, 10%, 34%));
gradient dark
background: linear-gradient(to right, hsl(220, 10%, 34%), hsl(220, 10%, 14%))
hex
background-color: #4E545F;
tailwind
bg-[hsl(220,10%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(220, 10%, 34%, 0.4);
css variable
--color-primary: hsl(220, 10%, 34%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(220, 10%, 34%)?
HEX: #4E545F | RGB: rgb(78, 84, 95) | CMYK: 18%, 12%, 0%, 63% | HSV: 219°, 18%, 37%. Copy any format from the conversion table above.
What colors go well with #4E545F?
The complementary color is HSL(40, 10%, 34%). For a triadic harmony, use hues 220°, 340°, and 100°. For analogous combinations, try hues 190° and 250°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(220, 10%, 34%) in CSS?
As HSL: color: hsl(220, 10%, 34%); — As HEX: color: #4E545F; — As RGB: color: rgb(78, 84, 95); — Tailwind CSS: bg-[hsl(220,10%,34%)] — CSS variable: --color-primary: hsl(220, 10%, 34%);