HSL(294, 29%, 81%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,29%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 29%, 81%) | color: hsl(294, 29%, 81%) | |
| HEX | #DAC0DD | color: #DAC0DD | |
| RGB | rgb(218, 192, 221) | color: rgb(218, 192, 221) | |
| CMYK | cmyk(1%, 13%, 0%, 13%) | — | |
| HSV | hsv(294, 13%, 87%) | — | |
| HWB | hwb(294 76% 13%) | color: hwb(294 76% 13%) | |
| OKLCH | oklch(0.8386 0.0488 322.74) | color: oklch(0.8386 0.0488 322.74) | |
| Lab | lab(80.64 14.29 -11.06) | color: lab(80.64 14.29 -11.06) | |
| LCH | lch(80.64 18.07 322.26) | color: lch(80.64 18.07 322.26) |
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)
#CFCFD6 — rgb(207, 207, 214)
Deuteranopia (Green-blind)
#D0D2D4 — rgb(208, 210, 212)
Tritanopia (Blue-blind)
#D9D0CF — rgb(217, 208, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 29%, 81%);
text
color: hsl(294, 29%, 81%);
border
border: 2px solid hsl(294, 29%, 81%);
gradient light
background: linear-gradient(to right, hsl(294, 29%, 100%), hsl(294, 29%, 81%));
gradient dark
background: linear-gradient(to right, hsl(294, 29%, 81%), hsl(294, 29%, 61%))
hex
background-color: #DAC0DD;
tailwind
bg-[hsl(294,29%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 29%, 81%, 0.4);
css variable
--color-primary: hsl(294, 29%, 81%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 29%, 81%)?
HEX: #DAC0DD | RGB: rgb(218, 192, 221) | CMYK: 1%, 13%, 0%, 13% | HSV: 294°, 13%, 87%. Copy any format from the conversion table above.
What colors go well with #DAC0DD?
The complementary color is HSL(114, 29%, 81%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 29%, 81%) in CSS?
As HSL: color: hsl(294, 29%, 81%); — As HEX: color: #DAC0DD; — As RGB: color: rgb(218, 192, 221); — Tailwind CSS: bg-[hsl(294,29%,81%)] — CSS variable: --color-primary: hsl(294, 29%, 81%);