HSL(272, 10%, 53%)
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(272,10%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 10%, 53%) | color: hsl(272, 10%, 53%) | |
| HEX | #887B93 | color: #887B93 | |
| RGB | rgb(136, 123, 147) | color: rgb(136, 123, 147) | |
| CMYK | cmyk(7%, 16%, 0%, 42%) | — | |
| HSV | hsv(273, 16%, 58%) | — | |
| HWB | hwb(273 49% 42%) | color: hwb(273 49% 42%) | |
| OKLCH | oklch(0.6028 0.0388 309.49) | color: oklch(0.6028 0.0388 309.49) | |
| Lab | lab(53.5 9.74 -11.12) | color: lab(53.5 9.74 -11.12) | |
| LCH | lch(53.5 14.78 311.22) | color: lch(53.5 14.78 311.22) |
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)
#82828D — rgb(130, 130, 141)
Deuteranopia (Green-blind)
#83848C — rgb(131, 132, 140)
Tritanopia (Blue-blind)
#878988 — rgb(135, 137, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 10%, 53%);
text
color: hsl(272, 10%, 53%);
border
border: 2px solid hsl(272, 10%, 53%);
gradient light
background: linear-gradient(to right, hsl(272, 10%, 73%), hsl(272, 10%, 53%));
gradient dark
background: linear-gradient(to right, hsl(272, 10%, 53%), hsl(272, 10%, 33%))
hex
background-color: #887B93;
tailwind
bg-[hsl(272,10%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 10%, 53%, 0.4);
css variable
--color-primary: hsl(272, 10%, 53%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 10%, 53%)?
HEX: #887B93 | RGB: rgb(136, 123, 147) | CMYK: 7%, 16%, 0%, 42% | HSV: 273°, 16%, 58%. Copy any format from the conversion table above.
What colors go well with #887B93?
The complementary color is HSL(92, 10%, 53%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 10%, 53%) in CSS?
As HSL: color: hsl(272, 10%, 53%); — As HEX: color: #887B93; — As RGB: color: rgb(136, 123, 147); — Tailwind CSS: bg-[hsl(272,10%,53%)] — CSS variable: --color-primary: hsl(272, 10%, 53%);