HSL(278, 10%, 36%)
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(278,10%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 10%, 36%) | color: hsl(278, 10%, 36%) | |
| HEX | #5E5365 | color: #5E5365 | |
| RGB | rgb(94, 83, 101) | color: rgb(94, 83, 101) | |
| CMYK | cmyk(7%, 18%, 0%, 60%) | — | |
| HSV | hsv(277, 18%, 40%) | — | |
| HWB | hwb(277 33% 60%) | color: hwb(277 33% 60%) | |
| OKLCH | oklch(0.4596 0.0318 312.29) | color: oklch(0.4596 0.0318 312.29) | |
| Lab | lab(36.94 8.31 -8.73) | color: lab(36.94 8.31 -8.73) | |
| LCH | lch(36.94 12.05 313.59) | color: lch(36.94 12.05 313.59) |
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)
#595961 — rgb(89, 89, 97)
Deuteranopia (Green-blind)
#5A5B60 — rgb(90, 91, 96)
Tritanopia (Blue-blind)
#5D5D5C — rgb(93, 93, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 10%, 36%);
text
color: hsl(278, 10%, 36%);
border
border: 2px solid hsl(278, 10%, 36%);
gradient light
background: linear-gradient(to right, hsl(278, 10%, 56%), hsl(278, 10%, 36%));
gradient dark
background: linear-gradient(to right, hsl(278, 10%, 36%), hsl(278, 10%, 16%))
hex
background-color: #5E5365;
tailwind
bg-[hsl(278,10%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 10%, 36%, 0.4);
css variable
--color-primary: hsl(278, 10%, 36%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 10%, 36%)?
HEX: #5E5365 | RGB: rgb(94, 83, 101) | CMYK: 7%, 18%, 0%, 60% | HSV: 277°, 18%, 40%. Copy any format from the conversion table above.
What colors go well with #5E5365?
The complementary color is HSL(98, 10%, 36%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 10%, 36%) in CSS?
As HSL: color: hsl(278, 10%, 36%); — As HEX: color: #5E5365; — As RGB: color: rgb(94, 83, 101); — Tailwind CSS: bg-[hsl(278,10%,36%)] — CSS variable: --color-primary: hsl(278, 10%, 36%);