HSL(293, 17%, 73%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(293,17%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 17%, 73%) | color: hsl(293, 17%, 73%) | |
| HEX | #C3AEC6 | color: #C3AEC6 | |
| RGB | rgb(195, 174, 198) | color: rgb(195, 174, 198) | |
| CMYK | cmyk(2%, 12%, 0%, 22%) | — | |
| HSV | hsv(293, 12%, 78%) | — | |
| HWB | hwb(293 69% 22%) | color: hwb(293 69% 22%) | |
| OKLCH | oklch(0.7762 0.0408 322.01) | color: oklch(0.7762 0.0408 322.01) | |
| Lab | lab(73.51 11.87 -9.42) | color: lab(73.51 11.87 -9.42) | |
| LCH | lch(73.51 15.15 321.56) | color: lch(73.51 15.15 321.56) |
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)
#BABAC0 — rgb(186, 186, 192)
Deuteranopia (Green-blind)
#BBBDBF — rgb(187, 189, 191)
Tritanopia (Blue-blind)
#C2BCBB — rgb(194, 188, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 17%, 73%);
text
color: hsl(293, 17%, 73%);
border
border: 2px solid hsl(293, 17%, 73%);
gradient light
background: linear-gradient(to right, hsl(293, 17%, 93%), hsl(293, 17%, 73%));
gradient dark
background: linear-gradient(to right, hsl(293, 17%, 73%), hsl(293, 17%, 53%))
hex
background-color: #C3AEC6;
tailwind
bg-[hsl(293,17%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 17%, 73%, 0.4);
css variable
--color-primary: hsl(293, 17%, 73%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 17%, 73%)?
HEX: #C3AEC6 | RGB: rgb(195, 174, 198) | CMYK: 2%, 12%, 0%, 22% | HSV: 293°, 12%, 78%. Copy any format from the conversion table above.
What colors go well with #C3AEC6?
The complementary color is HSL(113, 17%, 73%). 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, 17%, 73%) in CSS?
As HSL: color: hsl(293, 17%, 73%); — As HEX: color: #C3AEC6; — As RGB: color: rgb(195, 174, 198); — Tailwind CSS: bg-[hsl(293,17%,73%)] — CSS variable: --color-primary: hsl(293, 17%, 73%);