HSL(276, 10%, 35%)
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%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 10%, 35%) | color: hsl(276, 10%, 35%) | |
| HEX | #5B5062 | color: #5B5062 | |
| RGB | rgb(91, 80, 98) | color: rgb(91, 80, 98) | |
| CMYK | cmyk(7%, 18%, 0%, 62%) | — | |
| HSV | hsv(277, 18%, 38%) | — | |
| HWB | hwb(277 31% 62%) | color: hwb(277 31% 62%) | |
| OKLCH | oklch(0.4487 0.032 312.28) | color: oklch(0.4487 0.032 312.28) | |
| Lab | lab(35.68 8.36 -8.78) | color: lab(35.68 8.36 -8.78) | |
| LCH | lch(35.68 12.12 313.6) | color: lch(35.68 12.12 313.6) |
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)
#56565E — rgb(86, 86, 94)
Deuteranopia (Green-blind)
#57585D — rgb(87, 88, 93)
Tritanopia (Blue-blind)
#5A5A59 — rgb(90, 90, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 10%, 35%);
text
color: hsl(276, 10%, 35%);
border
border: 2px solid hsl(276, 10%, 35%);
gradient light
background: linear-gradient(to right, hsl(276, 10%, 55%), hsl(276, 10%, 35%));
gradient dark
background: linear-gradient(to right, hsl(276, 10%, 35%), hsl(276, 10%, 15%))
hex
background-color: #5B5062;
tailwind
bg-[hsl(276,10%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 10%, 35%, 0.4);
css variable
--color-primary: hsl(276, 10%, 35%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 10%, 35%)?
HEX: #5B5062 | RGB: rgb(91, 80, 98) | CMYK: 7%, 18%, 0%, 62% | HSV: 277°, 18%, 38%. Copy any format from the conversion table above.
What colors go well with #5B5062?
The complementary color is HSL(96, 10%, 35%). 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%, 35%) in CSS?
As HSL: color: hsl(276, 10%, 35%); — As HEX: color: #5B5062; — As RGB: color: rgb(91, 80, 98); — Tailwind CSS: bg-[hsl(276,10%,35%)] — CSS variable: --color-primary: hsl(276, 10%, 35%);