HSL(263, 11%, 57%)
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(263,11%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 11%, 57%) | color: hsl(263, 11%, 57%) | |
| HEX | #8F859D | color: #8F859D | |
| RGB | rgb(143, 133, 157) | color: rgb(143, 133, 157) | |
| CMYK | cmyk(9%, 15%, 0%, 38%) | — | |
| HSV | hsv(265, 15%, 62%) | — | |
| HWB | hwb(265 53% 38%) | color: hwb(265 53% 38%) | |
| OKLCH | oklch(0.6336 0.0372 304.23) | color: oklch(0.6336 0.0372 304.23) | |
| Lab | lab(57.12 8.55 -11.41) | color: lab(57.12 8.55 -11.41) | |
| LCH | lch(57.12 14.26 306.85) | color: lch(57.12 14.26 306.85) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8B8B97 — rgb(139, 139, 151)
Deuteranopia (Green-blind)
#8B8C96 — rgb(139, 140, 150)
Tritanopia (Blue-blind)
#8F9392 — rgb(143, 147, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 11%, 57%);
text
color: hsl(263, 11%, 57%);
border
border: 2px solid hsl(263, 11%, 57%);
gradient light
background: linear-gradient(to right, hsl(263, 11%, 77%), hsl(263, 11%, 57%));
gradient dark
background: linear-gradient(to right, hsl(263, 11%, 57%), hsl(263, 11%, 37%))
hex
background-color: #8F859D;
tailwind
bg-[hsl(263,11%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 11%, 57%, 0.4);
css variable
--color-primary: hsl(263, 11%, 57%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 11%, 57%)?
HEX: #8F859D | RGB: rgb(143, 133, 157) | CMYK: 9%, 15%, 0%, 38% | HSV: 265°, 15%, 62%. Copy any format from the conversion table above.
What colors go well with #8F859D?
The complementary color is HSL(83, 11%, 57%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 11%, 57%) in CSS?
As HSL: color: hsl(263, 11%, 57%); — As HEX: color: #8F859D; — As RGB: color: rgb(143, 133, 157); — Tailwind CSS: bg-[hsl(263,11%,57%)] — CSS variable: --color-primary: hsl(263, 11%, 57%);