HSL(308, 61%, 73%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(308,61%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 61%, 73%) | color: hsl(308, 61%, 73%) | |
| HEX | #E490D9 | color: #E490D9 | |
| RGB | rgb(228, 144, 217) | color: rgb(228, 144, 217) | |
| CMYK | cmyk(0%, 37%, 5%, 11%) | — | |
| HSV | hsv(308, 37%, 89%) | — | |
| HWB | hwb(308 56% 11%) | color: hwb(308 56% 11%) | |
| OKLCH | oklch(0.7626 0.1371 331.63) | color: oklch(0.7626 0.1371 331.63) | |
| Lab | lab(70.49 42.56 -24.11) | color: lab(70.49 42.56 -24.11) | |
| LCH | lch(70.49 48.91 330.47) | color: lch(70.49 48.91 330.47) |
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)
#C0BFC7 — rgb(192, 191, 199)
Deuteranopia (Green-blind)
#C5CBC3 — rgb(197, 203, 195)
Tritanopia (Blue-blind)
#E0B9B6 — rgb(224, 185, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 61%, 73%);
text
color: hsl(308, 61%, 73%);
border
border: 2px solid hsl(308, 61%, 73%);
gradient light
background: linear-gradient(to right, hsl(308, 61%, 93%), hsl(308, 61%, 73%));
gradient dark
background: linear-gradient(to right, hsl(308, 61%, 73%), hsl(308, 61%, 53%))
hex
background-color: #E490D9;
tailwind
bg-[hsl(308,61%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 61%, 73%, 0.4);
css variable
--color-primary: hsl(308, 61%, 73%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 61%, 73%)?
HEX: #E490D9 | RGB: rgb(228, 144, 217) | CMYK: 0%, 37%, 5%, 11% | HSV: 308°, 37%, 89%. Copy any format from the conversion table above.
What colors go well with #E490D9?
The complementary color is HSL(128, 61%, 73%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(308, 61%, 73%) in CSS?
As HSL: color: hsl(308, 61%, 73%); — As HEX: color: #E490D9; — As RGB: color: rgb(228, 144, 217); — Tailwind CSS: bg-[hsl(308,61%,73%)] — CSS variable: --color-primary: hsl(308, 61%, 73%);