HSL(283, 11%, 64%)
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(283,11%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 11%, 64%) | color: hsl(283, 11%, 64%) | |
| HEX | #A899AD | color: #A899AD | |
| RGB | rgb(168, 153, 173) | color: rgb(168, 153, 173) | |
| CMYK | cmyk(3%, 12%, 0%, 32%) | — | |
| HSV | hsv(285, 12%, 68%) | — | |
| HWB | hwb(285 60% 32%) | color: hwb(285 60% 32%) | |
| OKLCH | oklch(0.7023 0.0333 317.69) | color: oklch(0.7023 0.0333 317.69) | |
| Lab | lab(65.06 9.26 -8.4) | color: lab(65.06 9.26 -8.4) | |
| LCH | lch(65.06 12.5 317.79) | color: lch(65.06 12.5 317.79) |
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)
#A2A1A8 — rgb(162, 161, 168)
Deuteranopia (Green-blind)
#A2A4A7 — rgb(162, 164, 167)
Tritanopia (Blue-blind)
#A7A4A4 — rgb(167, 164, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 11%, 64%);
text
color: hsl(283, 11%, 64%);
border
border: 2px solid hsl(283, 11%, 64%);
gradient light
background: linear-gradient(to right, hsl(283, 11%, 84%), hsl(283, 11%, 64%));
gradient dark
background: linear-gradient(to right, hsl(283, 11%, 64%), hsl(283, 11%, 44%))
hex
background-color: #A899AD;
tailwind
bg-[hsl(283,11%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 11%, 64%, 0.4);
css variable
--color-primary: hsl(283, 11%, 64%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 11%, 64%)?
HEX: #A899AD | RGB: rgb(168, 153, 173) | CMYK: 3%, 12%, 0%, 32% | HSV: 285°, 12%, 68%. Copy any format from the conversion table above.
What colors go well with #A899AD?
The complementary color is HSL(103, 11%, 64%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 11%, 64%) in CSS?
As HSL: color: hsl(283, 11%, 64%); — As HEX: color: #A899AD; — As RGB: color: rgb(168, 153, 173); — Tailwind CSS: bg-[hsl(283,11%,64%)] — CSS variable: --color-primary: hsl(283, 11%, 64%);