HSL(308, 68%, 73%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(308,68%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 68%, 73%) | color: hsl(308, 68%, 73%) | |
| HEX | #E98BDC | color: #E98BDC | |
| RGB | rgb(233, 139, 220) | color: rgb(233, 139, 220) | |
| CMYK | cmyk(0%, 40%, 6%, 9%) | — | |
| HSV | hsv(308, 40%, 91%) | — | |
| HWB | hwb(308 55% 9%) | color: hwb(308 55% 9%) | |
| OKLCH | oklch(0.7617 0.152 332.14) | color: oklch(0.7617 0.152 332.14) | |
| Lab | lab(70.15 47.23 -26.25) | color: lab(70.15 47.23 -26.25) | |
| LCH | lch(70.15 54.03 330.94) | color: lch(70.15 54.03 330.94) |
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)
#C0BFC8 — rgb(192, 191, 200)
Deuteranopia (Green-blind)
#C6CDC4 — rgb(198, 205, 196)
Tritanopia (Blue-blind)
#E4B9B6 — rgb(228, 185, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 68%, 73%);
text
color: hsl(308, 68%, 73%);
border
border: 2px solid hsl(308, 68%, 73%);
gradient light
background: linear-gradient(to right, hsl(308, 68%, 93%), hsl(308, 68%, 73%));
gradient dark
background: linear-gradient(to right, hsl(308, 68%, 73%), hsl(308, 68%, 53%))
hex
background-color: #E98BDC;
tailwind
bg-[hsl(308,68%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 68%, 73%, 0.4);
css variable
--color-primary: hsl(308, 68%, 73%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 68%, 73%)?
HEX: #E98BDC | RGB: rgb(233, 139, 220) | CMYK: 0%, 40%, 6%, 9% | HSV: 308°, 40%, 91%. Copy any format from the conversion table above.
What colors go well with #E98BDC?
The complementary color is HSL(128, 68%, 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, 68%, 73%) in CSS?
As HSL: color: hsl(308, 68%, 73%); — As HEX: color: #E98BDC; — As RGB: color: rgb(233, 139, 220); — Tailwind CSS: bg-[hsl(308,68%,73%)] — CSS variable: --color-primary: hsl(308, 68%, 73%);