HSL(280, 10%, 34%)
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(280,10%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 10%, 34%) | color: hsl(280, 10%, 34%) | |
| HEX | #5A4E5F | color: #5A4E5F | |
| RGB | rgb(90, 78, 95) | color: rgb(90, 78, 95) | |
| CMYK | cmyk(5%, 18%, 0%, 63%) | — | |
| HSV | hsv(282, 18%, 37%) | — | |
| HWB | hwb(282 30% 63%) | color: hwb(282 30% 63%) | |
| OKLCH | oklch(0.4421 0.0313 315.99) | color: oklch(0.4421 0.0313 315.99) | |
| Lab | lab(34.9 8.55 -8.08) | color: lab(34.9 8.55 -8.08) | |
| LCH | lch(34.9 11.76 316.62) | color: lch(34.9 11.76 316.62) |
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)
#55555B — rgb(85, 85, 91)
Deuteranopia (Green-blind)
#56565A — rgb(86, 86, 90)
Tritanopia (Blue-blind)
#595857 — rgb(89, 88, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 10%, 34%);
text
color: hsl(280, 10%, 34%);
border
border: 2px solid hsl(280, 10%, 34%);
gradient light
background: linear-gradient(to right, hsl(280, 10%, 54%), hsl(280, 10%, 34%));
gradient dark
background: linear-gradient(to right, hsl(280, 10%, 34%), hsl(280, 10%, 14%))
hex
background-color: #5A4E5F;
tailwind
bg-[hsl(280,10%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 10%, 34%, 0.4);
css variable
--color-primary: hsl(280, 10%, 34%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 10%, 34%)?
HEX: #5A4E5F | RGB: rgb(90, 78, 95) | CMYK: 5%, 18%, 0%, 63% | HSV: 282°, 18%, 37%. Copy any format from the conversion table above.
What colors go well with #5A4E5F?
The complementary color is HSL(100, 10%, 34%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 10%, 34%) in CSS?
As HSL: color: hsl(280, 10%, 34%); — As HEX: color: #5A4E5F; — As RGB: color: rgb(90, 78, 95); — Tailwind CSS: bg-[hsl(280,10%,34%)] — CSS variable: --color-primary: hsl(280, 10%, 34%);