HSL(313, 48%, 75%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,48%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 48%, 75%) | color: hsl(313, 48%, 75%) | |
| HEX | #DEA1D1 | color: #DEA1D1 | |
| RGB | rgb(222, 161, 209) | color: rgb(222, 161, 209) | |
| CMYK | cmyk(0%, 27%, 6%, 13%) | — | |
| HSV | hsv(313, 27%, 87%) | — | |
| HWB | hwb(313 64% 13%) | color: hwb(313 64% 13%) | |
| OKLCH | oklch(0.7816 0.0954 334.25) | color: oklch(0.7816 0.0954 334.25) | |
| Lab | lab(73.3 30.16 -15.51) | color: lab(73.3 30.16 -15.51) | |
| LCH | lch(73.3 33.91 332.79) | color: lch(73.3 33.91 332.79) |
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)
#C4C3C5 — rgb(196, 195, 197)
Deuteranopia (Green-blind)
#C7CCC3 — rgb(199, 204, 195)
Tritanopia (Blue-blind)
#DBBCBA — rgb(219, 188, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 48%, 75%);
text
color: hsl(313, 48%, 75%);
border
border: 2px solid hsl(313, 48%, 75%);
gradient light
background: linear-gradient(to right, hsl(313, 48%, 95%), hsl(313, 48%, 75%));
gradient dark
background: linear-gradient(to right, hsl(313, 48%, 75%), hsl(313, 48%, 55%))
hex
background-color: #DEA1D1;
tailwind
bg-[hsl(313,48%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 48%, 75%, 0.4);
css variable
--color-primary: hsl(313, 48%, 75%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 48%, 75%)?
HEX: #DEA1D1 | RGB: rgb(222, 161, 209) | CMYK: 0%, 27%, 6%, 13% | HSV: 313°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #DEA1D1?
The complementary color is HSL(133, 48%, 75%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(313, 48%, 75%) in CSS?
As HSL: color: hsl(313, 48%, 75%); — As HEX: color: #DEA1D1; — As RGB: color: rgb(222, 161, 209); — Tailwind CSS: bg-[hsl(313,48%,75%)] — CSS variable: --color-primary: hsl(313, 48%, 75%);