HSL(308, 70%, 75%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(308,70%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 70%, 75%) | color: hsl(308, 70%, 75%) | |
| HEX | #EC93E0 | color: #EC93E0 | |
| RGB | rgb(236, 147, 224) | color: rgb(236, 147, 224) | |
| CMYK | cmyk(0%, 38%, 5%, 7%) | — | |
| HSV | hsv(308, 38%, 93%) | — | |
| HWB | hwb(308 58% 7%) | color: hwb(308 58% 7%) | |
| OKLCH | oklch(0.779 0.144 331.84) | color: oklch(0.779 0.144 331.84) | |
| Lab | lab(72.29 44.72 -25.15) | color: lab(72.29 44.72 -25.15) | |
| LCH | lch(72.29 51.31 330.65) | color: lch(72.29 51.31 330.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)
#C5C5CD — rgb(197, 197, 205)
Deuteranopia (Green-blind)
#CBD1C9 — rgb(203, 209, 201)
Tritanopia (Blue-blind)
#E8BFBB — rgb(232, 191, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 70%, 75%);
text
color: hsl(308, 70%, 75%);
border
border: 2px solid hsl(308, 70%, 75%);
gradient light
background: linear-gradient(to right, hsl(308, 70%, 95%), hsl(308, 70%, 75%));
gradient dark
background: linear-gradient(to right, hsl(308, 70%, 75%), hsl(308, 70%, 55%))
hex
background-color: #EC93E0;
tailwind
bg-[hsl(308,70%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 70%, 75%, 0.4);
css variable
--color-primary: hsl(308, 70%, 75%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 70%, 75%)?
HEX: #EC93E0 | RGB: rgb(236, 147, 224) | CMYK: 0%, 38%, 5%, 7% | HSV: 308°, 38%, 93%. Copy any format from the conversion table above.
What colors go well with #EC93E0?
The complementary color is HSL(128, 70%, 75%). 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, 70%, 75%) in CSS?
As HSL: color: hsl(308, 70%, 75%); — As HEX: color: #EC93E0; — As RGB: color: rgb(236, 147, 224); — Tailwind CSS: bg-[hsl(308,70%,75%)] — CSS variable: --color-primary: hsl(308, 70%, 75%);