HSL(303, 30%, 83%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(303,30%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(303, 30%, 83%) | color: hsl(303, 30%, 83%) | |
| HEX | #E1C7DF | color: #E1C7DF | |
| RGB | rgb(225, 199, 223) | color: rgb(225, 199, 223) | |
| CMYK | cmyk(0%, 12%, 1%, 12%) | — | |
| HSV | hsv(305, 12%, 88%) | — | |
| HWB | hwb(305 77% 12%) | color: hwb(305 77% 12%) | |
| OKLCH | oklch(0.8586 0.0433 328.37) | color: oklch(0.8586 0.0433 328.37) | |
| Lab | lab(83.01 13.28 -8.54) | color: lab(83.01 13.28 -8.54) | |
| LCH | lch(83.01 15.79 327.26) | color: lch(83.01 15.79 327.26) |
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)
#D6D6D9 — rgb(214, 214, 217)
Deuteranopia (Green-blind)
#D7D9D8 — rgb(215, 217, 216)
Tritanopia (Blue-blind)
#E0D5D4 — rgb(224, 213, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(303, 30%, 83%);
text
color: hsl(303, 30%, 83%);
border
border: 2px solid hsl(303, 30%, 83%);
gradient light
background: linear-gradient(to right, hsl(303, 30%, 100%), hsl(303, 30%, 83%));
gradient dark
background: linear-gradient(to right, hsl(303, 30%, 83%), hsl(303, 30%, 63%))
hex
background-color: #E1C7DF;
tailwind
bg-[hsl(303,30%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(303, 30%, 83%, 0.4);
css variable
--color-primary: hsl(303, 30%, 83%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(303, 30%, 83%)?
HEX: #E1C7DF | RGB: rgb(225, 199, 223) | CMYK: 0%, 12%, 1%, 12% | HSV: 305°, 12%, 88%. Copy any format from the conversion table above.
What colors go well with #E1C7DF?
The complementary color is HSL(123, 30%, 83%). For a triadic harmony, use hues 303°, 63°, and 183°. For analogous combinations, try hues 273° and 333°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(303, 30%, 83%) in CSS?
As HSL: color: hsl(303, 30%, 83%); — As HEX: color: #E1C7DF; — As RGB: color: rgb(225, 199, 223); — Tailwind CSS: bg-[hsl(303,30%,83%)] — CSS variable: --color-primary: hsl(303, 30%, 83%);