HSL(296, 67%, 81%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(296,67%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 67%, 81%) | color: hsl(296, 67%, 81%) | |
| HEX | #EBAEEF | color: #EBAEEF | |
| RGB | rgb(235, 174, 239) | color: rgb(235, 174, 239) | |
| CMYK | cmyk(2%, 27%, 0%, 6%) | — | |
| HSV | hsv(296, 27%, 94%) | — | |
| HWB | hwb(296 69% 6%) | color: hwb(296 69% 6%) | |
| OKLCH | oklch(0.8281 0.1105 324.46) | color: oklch(0.8281 0.1105 324.46) | |
| Lab | lab(78.56 32.88 -23.74) | color: lab(78.56 32.88 -23.74) | |
| LCH | lch(78.56 40.55 324.17) | color: lch(78.56 40.55 324.17) |
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)
#D1D0DF — rgb(209, 208, 223)
Deuteranopia (Green-blind)
#D4D9DC — rgb(212, 217, 220)
Tritanopia (Blue-blind)
#E8D3D0 — rgb(232, 211, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 67%, 81%);
text
color: hsl(296, 67%, 81%);
border
border: 2px solid hsl(296, 67%, 81%);
gradient light
background: linear-gradient(to right, hsl(296, 67%, 100%), hsl(296, 67%, 81%));
gradient dark
background: linear-gradient(to right, hsl(296, 67%, 81%), hsl(296, 67%, 61%))
hex
background-color: #EBAEEF;
tailwind
bg-[hsl(296,67%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 67%, 81%, 0.4);
css variable
--color-primary: hsl(296, 67%, 81%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 67%, 81%)?
HEX: #EBAEEF | RGB: rgb(235, 174, 239) | CMYK: 2%, 27%, 0%, 6% | HSV: 296°, 27%, 94%. Copy any format from the conversion table above.
What colors go well with #EBAEEF?
The complementary color is HSL(116, 67%, 81%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(296, 67%, 81%) in CSS?
As HSL: color: hsl(296, 67%, 81%); — As HEX: color: #EBAEEF; — As RGB: color: rgb(235, 174, 239); — Tailwind CSS: bg-[hsl(296,67%,81%)] — CSS variable: --color-primary: hsl(296, 67%, 81%);