HSL(200, 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(200,10%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 10%, 34%) | color: hsl(200, 10%, 34%) | |
| HEX | #4E5A5F | color: #4E5A5F | |
| RGB | rgb(78, 90, 95) | color: rgb(78, 90, 95) | |
| CMYK | cmyk(18%, 5%, 0%, 63%) | — | |
| HSV | hsv(198, 18%, 37%) | — | |
| HWB | hwb(198 30% 63%) | color: hwb(198 30% 63%) | |
| OKLCH | oklch(0.459 0.0171 224.8) | color: oklch(0.459 0.0171 224.8) | |
| Lab | lab(37.4 -3.46 -4.45) | color: lab(37.4 -3.46 -4.45) | |
| LCH | lch(37.4 5.64 232.13) | color: lch(37.4 5.64 232.13) |
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)
#53535E — rgb(83, 83, 94)
Deuteranopia (Green-blind)
#53525E — rgb(83, 82, 94)
Tritanopia (Blue-blind)
#4F5D5D — rgb(79, 93, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 10%, 34%);
text
color: hsl(200, 10%, 34%);
border
border: 2px solid hsl(200, 10%, 34%);
gradient light
background: linear-gradient(to right, hsl(200, 10%, 54%), hsl(200, 10%, 34%));
gradient dark
background: linear-gradient(to right, hsl(200, 10%, 34%), hsl(200, 10%, 14%))
hex
background-color: #4E5A5F;
tailwind
bg-[hsl(200,10%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 10%, 34%, 0.4);
css variable
--color-primary: hsl(200, 10%, 34%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 10%, 34%)?
HEX: #4E5A5F | RGB: rgb(78, 90, 95) | CMYK: 18%, 5%, 0%, 63% | HSV: 198°, 18%, 37%. Copy any format from the conversion table above.
What colors go well with #4E5A5F?
The complementary color is HSL(20, 10%, 34%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 10%, 34%) in CSS?
As HSL: color: hsl(200, 10%, 34%); — As HEX: color: #4E5A5F; — As RGB: color: rgb(78, 90, 95); — Tailwind CSS: bg-[hsl(200,10%,34%)] — CSS variable: --color-primary: hsl(200, 10%, 34%);