HSL(276, 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(276,10%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 10%, 34%) | color: hsl(276, 10%, 34%) | |
| HEX | #584E5F | color: #584E5F | |
| RGB | rgb(88, 78, 95) | color: rgb(88, 78, 95) | |
| CMYK | cmyk(7%, 18%, 0%, 63%) | — | |
| HSV | hsv(275, 18%, 37%) | — | |
| HWB | hwb(275 30% 63%) | color: hwb(275 30% 63%) | |
| OKLCH | oklch(0.44 0.0302 311.37) | color: oklch(0.44 0.0302 311.37) | |
| Lab | lab(34.7 7.78 -8.4) | color: lab(34.7 7.78 -8.4) | |
| LCH | lch(34.7 11.45 312.81) | color: lch(34.7 11.45 312.81) |
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)
#54545B — rgb(84, 84, 91)
Deuteranopia (Green-blind)
#54555A — rgb(84, 85, 90)
Tritanopia (Blue-blind)
#585857 — rgb(88, 88, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 10%, 34%);
text
color: hsl(276, 10%, 34%);
border
border: 2px solid hsl(276, 10%, 34%);
gradient light
background: linear-gradient(to right, hsl(276, 10%, 54%), hsl(276, 10%, 34%));
gradient dark
background: linear-gradient(to right, hsl(276, 10%, 34%), hsl(276, 10%, 14%))
hex
background-color: #584E5F;
tailwind
bg-[hsl(276,10%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 10%, 34%, 0.4);
css variable
--color-primary: hsl(276, 10%, 34%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 10%, 34%)?
HEX: #584E5F | RGB: rgb(88, 78, 95) | CMYK: 7%, 18%, 0%, 63% | HSV: 275°, 18%, 37%. Copy any format from the conversion table above.
What colors go well with #584E5F?
The complementary color is HSL(96, 10%, 34%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 10%, 34%) in CSS?
As HSL: color: hsl(276, 10%, 34%); — As HEX: color: #584E5F; — As RGB: color: rgb(88, 78, 95); — Tailwind CSS: bg-[hsl(276,10%,34%)] — CSS variable: --color-primary: hsl(276, 10%, 34%);