HSL(294, 60%, 76%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,60%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 60%, 76%) | color: hsl(294, 60%, 76%) | |
| HEX | #DF9DE7 | color: #DF9DE7 | |
| RGB | rgb(223, 157, 231) | color: rgb(223, 157, 231) | |
| CMYK | cmyk(3%, 32%, 0%, 9%) | — | |
| HSV | hsv(294, 32%, 91%) | — | |
| HWB | hwb(294 62% 9%) | color: hwb(294 62% 9%) | |
| OKLCH | oklch(0.7841 0.1245 322.91) | color: oklch(0.7841 0.1245 322.91) | |
| Lab | lab(73.27 36.65 -27.6) | color: lab(73.27 36.65 -27.6) | |
| LCH | lch(73.27 45.88 323.02) | color: lch(73.27 45.88 323.02) |
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)
#C2C2D5 — rgb(194, 194, 213)
Deuteranopia (Green-blind)
#C6CBD1 — rgb(198, 203, 209)
Tritanopia (Blue-blind)
#DCC7C4 — rgb(220, 199, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 60%, 76%);
text
color: hsl(294, 60%, 76%);
border
border: 2px solid hsl(294, 60%, 76%);
gradient light
background: linear-gradient(to right, hsl(294, 60%, 96%), hsl(294, 60%, 76%));
gradient dark
background: linear-gradient(to right, hsl(294, 60%, 76%), hsl(294, 60%, 56%))
hex
background-color: #DF9DE7;
tailwind
bg-[hsl(294,60%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 60%, 76%, 0.4);
css variable
--color-primary: hsl(294, 60%, 76%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 60%, 76%)?
HEX: #DF9DE7 | RGB: rgb(223, 157, 231) | CMYK: 3%, 32%, 0%, 9% | HSV: 294°, 32%, 91%. Copy any format from the conversion table above.
What colors go well with #DF9DE7?
The complementary color is HSL(114, 60%, 76%). 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, 60%, 76%) in CSS?
As HSL: color: hsl(294, 60%, 76%); — As HEX: color: #DF9DE7; — As RGB: color: rgb(223, 157, 231); — Tailwind CSS: bg-[hsl(294,60%,76%)] — CSS variable: --color-primary: hsl(294, 60%, 76%);