HSL(225, 5%, 39%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(225,5%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 5%, 39%) | color: hsl(225, 5%, 39%) | |
| HEX | #5E6168 | color: #5E6168 | |
| RGB | rgb(94, 97, 104) | color: rgb(94, 97, 104) | |
| CMYK | cmyk(10%, 7%, 0%, 59%) | — | |
| HSV | hsv(222, 10%, 41%) | — | |
| HWB | hwb(222 37% 59%) | color: hwb(222 37% 59%) | |
| OKLCH | oklch(0.4924 0.0117 267.27) | color: oklch(0.4924 0.0117 267.27) | |
| Lab | lab(41.1 0.37 -4.37) | color: lab(41.1 0.37 -4.37) | |
| LCH | lch(41.1 4.39 274.84) | color: lch(41.1 4.39 274.84) |
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)
#5F5F66 — rgb(95, 95, 102)
Deuteranopia (Green-blind)
#5F5F66 — rgb(95, 95, 102)
Tritanopia (Blue-blind)
#5E6565 — rgb(94, 101, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 5%, 39%);
text
color: hsl(225, 5%, 39%);
border
border: 2px solid hsl(225, 5%, 39%);
gradient light
background: linear-gradient(to right, hsl(225, 5%, 59%), hsl(225, 5%, 39%));
gradient dark
background: linear-gradient(to right, hsl(225, 5%, 39%), hsl(225, 5%, 19%))
hex
background-color: #5E6168;
tailwind
bg-[hsl(225,5%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 5%, 39%, 0.4);
css variable
--color-primary: hsl(225, 5%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(225, 5%, 39%)?
HEX: #5E6168 | RGB: rgb(94, 97, 104) | CMYK: 10%, 7%, 0%, 59% | HSV: 222°, 10%, 41%. Copy any format from the conversion table above.
What colors go well with #5E6168?
The complementary color is HSL(45, 5%, 39%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 5%, 39%) in CSS?
As HSL: color: hsl(225, 5%, 39%); — As HEX: color: #5E6168; — As RGB: color: rgb(94, 97, 104); — Tailwind CSS: bg-[hsl(225,5%,39%)] — CSS variable: --color-primary: hsl(225, 5%, 39%);