#e7c7ef
a pale, vivid violet · warm · closest name: lavender
RGB
231, 199, 239
HSL
288°, 56%, 86%
CMYK
3, 17, 0, 6
Luminance
0.6407
Every format
| HEX | #e7c7ef |
| RGB | rgb(231, 199, 239) |
| HSL | hsl(288, 56%, 86%) |
| CMYK | cmyk(3%, 17%, 0%, 6%) |
| LAB | lab(84.0 18.2 -15.5) |
| LCH | lch(84.0 24.0 319.6) |
| OKLCH | oklch(0.869 0.064 319.5) |
Copy-ready code
/* CSS */
color: #e7c7ef;
background-color: #e7c7ef;
/* Tailwind (arbitrary) */
class="text-[#e7c7ef] bg-[#e7c7ef]"
/* SCSS */
$brand: #e7c7ef;
/* SwiftUI */
Color(red: 0.906, green: 0.780, blue: 0.937)
/* Android */
Color.parseColor("#e7c7ef")Accessibility — WCAG contrast
Aa
#e7c7ef on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7c7ef on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green78.0%
Blue93.7%
CMYK percentages
Cyan3.3%
Magenta16.7%
Yellow0.0%
Key (black)6.3%
Color previews
#e7c7ef text on a black background
contrast 13.81:1
Card sample
#e7c7ef text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7c7ef;
Background color
Panel with #e7c7ef background
background-color: #e7c7ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7c7ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 199, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 199, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7c7ef; background: linear-gradient(135deg, #e7c7ef, #EFC7DC);