HSL(301, 49%, 75%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,49%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 49%, 75%) | color: hsl(301, 49%, 75%) | |
| HEX | #DEA0DD | color: #DEA0DD | |
| RGB | rgb(222, 160, 221) | color: rgb(222, 160, 221) | |
| CMYK | cmyk(0%, 28%, 0%, 13%) | — | |
| HSV | hsv(301, 28%, 87%) | — | |
| HWB | hwb(301 63% 13%) | color: hwb(301 63% 13%) | |
| OKLCH | oklch(0.7843 0.1084 327.08) | color: oklch(0.7843 0.1084 327.08) | |
| Lab | lab(73.48 32.86 -21.82) | color: lab(73.48 32.86 -21.82) | |
| LCH | lch(73.48 39.44 326.41) | color: lch(73.48 39.44 326.41) |
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)
#C3C3CE — rgb(195, 195, 206)
Deuteranopia (Green-blind)
#C7CBCB — rgb(199, 203, 203)
Tritanopia (Blue-blind)
#DBC3C0 — rgb(219, 195, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 49%, 75%);
text
color: hsl(301, 49%, 75%);
border
border: 2px solid hsl(301, 49%, 75%);
gradient light
background: linear-gradient(to right, hsl(301, 49%, 95%), hsl(301, 49%, 75%));
gradient dark
background: linear-gradient(to right, hsl(301, 49%, 75%), hsl(301, 49%, 55%))
hex
background-color: #DEA0DD;
tailwind
bg-[hsl(301,49%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 49%, 75%, 0.4);
css variable
--color-primary: hsl(301, 49%, 75%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 49%, 75%)?
HEX: #DEA0DD | RGB: rgb(222, 160, 221) | CMYK: 0%, 28%, 0%, 13% | HSV: 301°, 28%, 87%. Copy any format from the conversion table above.
What colors go well with #DEA0DD?
The complementary color is HSL(121, 49%, 75%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(301, 49%, 75%) in CSS?
As HSL: color: hsl(301, 49%, 75%); — As HEX: color: #DEA0DD; — As RGB: color: rgb(222, 160, 221); — Tailwind CSS: bg-[hsl(301,49%,75%)] — CSS variable: --color-primary: hsl(301, 49%, 75%);