HSL(302, 71%, 61%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,71%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 71%, 61%) | color: hsl(302, 71%, 61%) | |
| HEX | #E255DD | color: #E255DD | |
| RGB | rgb(226, 85, 221) | color: rgb(226, 85, 221) | |
| CMYK | cmyk(0%, 62%, 2%, 11%) | — | |
| HSV | hsv(302, 62%, 89%) | — | |
| HWB | hwb(302 34% 11%) | color: hwb(302 34% 11%) | |
| OKLCH | oklch(0.6833 0.2312 329.19) | color: oklch(0.6833 0.2312 329.19) | |
| Lab | lab(59.79 70.56 -42.98) | color: lab(59.79 70.56 -42.98) | |
| LCH | lch(59.79 82.62 328.65) | color: lch(59.79 82.62 328.65) |
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)
#A5A4BC — rgb(165, 164, 188)
Deuteranopia (Green-blind)
#ADB8B4 — rgb(173, 184, 180)
Tritanopia (Blue-blind)
#DBA29C — rgb(219, 162, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 71%, 61%);
text
color: hsl(302, 71%, 61%);
border
border: 2px solid hsl(302, 71%, 61%);
gradient light
background: linear-gradient(to right, hsl(302, 71%, 81%), hsl(302, 71%, 61%));
gradient dark
background: linear-gradient(to right, hsl(302, 71%, 61%), hsl(302, 71%, 41%))
hex
background-color: #E255DD;
tailwind
bg-[hsl(302,71%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 71%, 61%, 0.4);
css variable
--color-primary: hsl(302, 71%, 61%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 71%, 61%)?
HEX: #E255DD | RGB: rgb(226, 85, 221) | CMYK: 0%, 62%, 2%, 11% | HSV: 302°, 62%, 89%. Copy any format from the conversion table above.
What colors go well with #E255DD?
The complementary color is HSL(122, 71%, 61%). For a triadic harmony, use hues 302°, 62°, and 182°. For analogous combinations, try hues 272° and 332°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(302, 71%, 61%) in CSS?
As HSL: color: hsl(302, 71%, 61%); — As HEX: color: #E255DD; — As RGB: color: rgb(226, 85, 221); — Tailwind CSS: bg-[hsl(302,71%,61%)] — CSS variable: --color-primary: hsl(302, 71%, 61%);