#e2d6f7
a pale, vivid violet · warm · closest name: lavender
RGB
226, 214, 247
HSL
262°, 67%, 90%
CMYK
9, 13, 0, 3
Luminance
0.7098
Every format
| HEX | #e2d6f7 |
| RGB | rgb(226, 214, 247) |
| HSL | hsl(262, 67%, 90%) |
| CMYK | cmyk(9%, 13%, 0%, 3%) |
| LAB | lab(87.5 10.2 -14.6) |
| LCH | lch(87.5 17.8 304.9) |
| OKLCH | oklch(0.896 0.046 302.0) |
Copy-ready code
/* CSS */
color: #e2d6f7;
background-color: #e2d6f7;
/* Tailwind (arbitrary) */
class="text-[#e2d6f7] bg-[#e2d6f7]"
/* SCSS */
$brand: #e2d6f7;
/* SwiftUI */
Color(red: 0.886, green: 0.839, blue: 0.969)
/* Android */
Color.parseColor("#e2d6f7")Accessibility — WCAG contrast
Aa
#e2d6f7 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d6f7 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green83.9%
Blue96.9%
CMYK percentages
Cyan8.5%
Magenta13.4%
Yellow0.0%
Key (black)3.1%
Color previews
#e2d6f7 text on a black background
contrast 15.20:1
Card sample
#e2d6f7 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d6f7;
Background color
Panel with #e2d6f7 background
background-color: #e2d6f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d6f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 214, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 214, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d6f7; background: linear-gradient(135deg, #e2d6f7, #F7D6F6);