HSL(257, 10%, 37%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(257,10%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 10%, 37%) | color: hsl(257, 10%, 37%) | |
| HEX | #5A5568 | color: #5A5568 | |
| RGB | rgb(90, 85, 104) | color: rgb(90, 85, 104) | |
| CMYK | cmyk(13%, 18%, 0%, 59%) | — | |
| HSV | hsv(256, 18%, 41%) | — | |
| HWB | hwb(256 34% 59%) | color: hwb(256 34% 59%) | |
| OKLCH | oklch(0.4614 0.031 297.22) | color: oklch(0.4614 0.031 297.22) | |
| Lab | lab(37.24 6.25 -10.18) | color: lab(37.24 6.25 -10.18) | |
| LCH | lch(37.24 11.95 301.55) | color: lch(37.24 11.95 301.55) |
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)
#585863 — rgb(88, 88, 99)
Deuteranopia (Green-blind)
#585962 — rgb(88, 89, 98)
Tritanopia (Blue-blind)
#5A605F — rgb(90, 96, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 10%, 37%);
text
color: hsl(257, 10%, 37%);
border
border: 2px solid hsl(257, 10%, 37%);
gradient light
background: linear-gradient(to right, hsl(257, 10%, 57%), hsl(257, 10%, 37%));
gradient dark
background: linear-gradient(to right, hsl(257, 10%, 37%), hsl(257, 10%, 17%))
hex
background-color: #5A5568;
tailwind
bg-[hsl(257,10%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 10%, 37%, 0.4);
css variable
--color-primary: hsl(257, 10%, 37%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 10%, 37%)?
HEX: #5A5568 | RGB: rgb(90, 85, 104) | CMYK: 13%, 18%, 0%, 59% | HSV: 256°, 18%, 41%. Copy any format from the conversion table above.
What colors go well with #5A5568?
The complementary color is HSL(77, 10%, 37%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 10%, 37%) in CSS?
As HSL: color: hsl(257, 10%, 37%); — As HEX: color: #5A5568; — As RGB: color: rgb(90, 85, 104); — Tailwind CSS: bg-[hsl(257,10%,37%)] — CSS variable: --color-primary: hsl(257, 10%, 37%);