HSL(266, 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(266,10%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 10%, 35%) | color: hsl(266, 10%, 35%) | |
| HEX | #585062 | color: #585062 | |
| RGB | rgb(88, 80, 98) | color: rgb(88, 80, 98) | |
| CMYK | cmyk(10%, 18%, 0%, 62%) | — | |
| HSV | hsv(267, 18%, 38%) | — | |
| HWB | hwb(267 31% 62%) | color: hwb(267 31% 62%) | |
| OKLCH | oklch(0.4457 0.0306 305.31) | color: oklch(0.4457 0.0306 305.31) | |
| Lab | lab(35.39 7.22 -9.25) | color: lab(35.39 7.22 -9.25) | |
| LCH | lch(35.39 11.73 307.97) | color: lch(35.39 11.73 307.97) |
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)
#55545E — rgb(85, 84, 94)
Deuteranopia (Green-blind)
#55565D — rgb(85, 86, 93)
Tritanopia (Blue-blind)
#585A59 — rgb(88, 90, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 10%, 35%);
text
color: hsl(266, 10%, 35%);
border
border: 2px solid hsl(266, 10%, 35%);
gradient light
background: linear-gradient(to right, hsl(266, 10%, 55%), hsl(266, 10%, 35%));
gradient dark
background: linear-gradient(to right, hsl(266, 10%, 35%), hsl(266, 10%, 15%))
hex
background-color: #585062;
tailwind
bg-[hsl(266,10%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 10%, 35%, 0.4);
css variable
--color-primary: hsl(266, 10%, 35%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 10%, 35%)?
HEX: #585062 | RGB: rgb(88, 80, 98) | CMYK: 10%, 18%, 0%, 62% | HSV: 267°, 18%, 38%. Copy any format from the conversion table above.
What colors go well with #585062?
The complementary color is HSL(86, 10%, 35%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 10%, 35%) in CSS?
As HSL: color: hsl(266, 10%, 35%); — As HEX: color: #585062; — As RGB: color: rgb(88, 80, 98); — Tailwind CSS: bg-[hsl(266,10%,35%)] — CSS variable: --color-primary: hsl(266, 10%, 35%);