HSL(293, 74%, 71%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,74%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 74%, 71%) | color: hsl(293, 74%, 71%) | |
| HEX | #DF7EEC | color: #DF7EEC | |
| RGB | rgb(223, 126, 236) | color: rgb(223, 126, 236) | |
| CMYK | cmyk(6%, 47%, 0%, 7%) | — | |
| HSV | hsv(293, 47%, 93%) | — | |
| HWB | hwb(293 49% 7%) | color: hwb(293 49% 7%) | |
| OKLCH | oklch(0.7379 0.182 322.73) | color: oklch(0.7379 0.182 322.73) | |
| Lab | lab(67.03 53.75 -40.01) | color: lab(67.03 53.75 -40.01) | |
| LCH | lch(67.03 67.01 323.34) | color: lch(67.03 67.01 323.34) |
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)
#B5B4D1 — rgb(181, 180, 209)
Deuteranopia (Green-blind)
#BBC2CB — rgb(187, 194, 203)
Tritanopia (Blue-blind)
#DABCB8 — rgb(218, 188, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 74%, 71%);
text
color: hsl(293, 74%, 71%);
border
border: 2px solid hsl(293, 74%, 71%);
gradient light
background: linear-gradient(to right, hsl(293, 74%, 91%), hsl(293, 74%, 71%));
gradient dark
background: linear-gradient(to right, hsl(293, 74%, 71%), hsl(293, 74%, 51%))
hex
background-color: #DF7EEC;
tailwind
bg-[hsl(293,74%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 74%, 71%, 0.4);
css variable
--color-primary: hsl(293, 74%, 71%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 74%, 71%)?
HEX: #DF7EEC | RGB: rgb(223, 126, 236) | CMYK: 6%, 47%, 0%, 7% | HSV: 293°, 47%, 93%. Copy any format from the conversion table above.
What colors go well with #DF7EEC?
The complementary color is HSL(113, 74%, 71%). 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, 74%, 71%) in CSS?
As HSL: color: hsl(293, 74%, 71%); — As HEX: color: #DF7EEC; — As RGB: color: rgb(223, 126, 236); — Tailwind CSS: bg-[hsl(293,74%,71%)] — CSS variable: --color-primary: hsl(293, 74%, 71%);