HSL(230, 7%, 36%)
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(230,7%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 7%, 36%) | color: hsl(230, 7%, 36%) | |
| HEX | #555862 | color: #555862 | |
| RGB | rgb(85, 88, 98) | color: rgb(85, 88, 98) | |
| CMYK | cmyk(13%, 10%, 0%, 62%) | — | |
| HSV | hsv(226, 13%, 38%) | — | |
| HWB | hwb(226 33% 62%) | color: hwb(226 33% 62%) | |
| OKLCH | oklch(0.4613 0.0166 272.43) | color: oklch(0.4613 0.0166 272.43) | |
| Lab | lab(37.47 1.09 -6.16) | color: lab(37.47 1.09 -6.16) | |
| LCH | lch(37.47 6.26 280.03) | color: lch(37.47 6.26 280.03) |
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)
#565660 — rgb(86, 86, 96)
Deuteranopia (Green-blind)
#56565F — rgb(86, 86, 95)
Tritanopia (Blue-blind)
#555E5D — rgb(85, 94, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 7%, 36%);
text
color: hsl(230, 7%, 36%);
border
border: 2px solid hsl(230, 7%, 36%);
gradient light
background: linear-gradient(to right, hsl(230, 7%, 56%), hsl(230, 7%, 36%));
gradient dark
background: linear-gradient(to right, hsl(230, 7%, 36%), hsl(230, 7%, 16%))
hex
background-color: #555862;
tailwind
bg-[hsl(230,7%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 7%, 36%, 0.4);
css variable
--color-primary: hsl(230, 7%, 36%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(230, 7%, 36%)?
HEX: #555862 | RGB: rgb(85, 88, 98) | CMYK: 13%, 10%, 0%, 62% | HSV: 226°, 13%, 38%. Copy any format from the conversion table above.
What colors go well with #555862?
The complementary color is HSL(50, 7%, 36%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 7%, 36%) in CSS?
As HSL: color: hsl(230, 7%, 36%); — As HEX: color: #555862; — As RGB: color: rgb(85, 88, 98); — Tailwind CSS: bg-[hsl(230,7%,36%)] — CSS variable: --color-primary: hsl(230, 7%, 36%);