HSL(293, 10%, 62%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(293,10%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 10%, 62%) | color: hsl(293, 10%, 62%) | |
| HEX | #A694A8 | color: #A694A8 | |
| RGB | rgb(166, 148, 168) | color: rgb(166, 148, 168) | |
| CMYK | cmyk(1%, 12%, 0%, 34%) | — | |
| HSV | hsv(294, 12%, 66%) | — | |
| HWB | hwb(294 58% 34%) | color: hwb(294 58% 34%) | |
| OKLCH | oklch(0.6888 0.0354 322.83) | color: oklch(0.6888 0.0354 322.83) | |
| Lab | lab(63.44 10.37 -8.02) | color: lab(63.44 10.37 -8.02) | |
| LCH | lch(63.44 13.11 322.28) | color: lch(63.44 13.11 322.28) |
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)
#9E9EA3 — rgb(158, 158, 163)
Deuteranopia (Green-blind)
#9FA1A2 — rgb(159, 161, 162)
Tritanopia (Blue-blind)
#A59F9F — rgb(165, 159, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 10%, 62%);
text
color: hsl(293, 10%, 62%);
border
border: 2px solid hsl(293, 10%, 62%);
gradient light
background: linear-gradient(to right, hsl(293, 10%, 82%), hsl(293, 10%, 62%));
gradient dark
background: linear-gradient(to right, hsl(293, 10%, 62%), hsl(293, 10%, 42%))
hex
background-color: #A694A8;
tailwind
bg-[hsl(293,10%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 10%, 62%, 0.4);
css variable
--color-primary: hsl(293, 10%, 62%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 10%, 62%)?
HEX: #A694A8 | RGB: rgb(166, 148, 168) | CMYK: 1%, 12%, 0%, 34% | HSV: 294°, 12%, 66%. Copy any format from the conversion table above.
What colors go well with #A694A8?
The complementary color is HSL(113, 10%, 62%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 10%, 62%) in CSS?
As HSL: color: hsl(293, 10%, 62%); — As HEX: color: #A694A8; — As RGB: color: rgb(166, 148, 168); — Tailwind CSS: bg-[hsl(293,10%,62%)] — CSS variable: --color-primary: hsl(293, 10%, 62%);