#e7cefd
a pale, electric violet · warm · closest name: lavender
RGB
231, 206, 253
HSL
272°, 92%, 90%
CMYK
9, 19, 0, 1
Luminance
0.6822
Every format
| HEX | #e7cefd |
| RGB | rgb(231, 206, 253) |
| HSL | hsl(272, 92%, 90%) |
| CMYK | cmyk(9%, 19%, 0%, 1%) |
| LAB | lab(86.1 17.2 -19.8) |
| LCH | lch(86.1 26.2 311.0) |
| OKLCH | oklch(0.887 0.069 309.0) |
Copy-ready code
/* CSS */
color: #e7cefd;
background-color: #e7cefd;
/* Tailwind (arbitrary) */
class="text-[#e7cefd] bg-[#e7cefd]"
/* SCSS */
$brand: #e7cefd;
/* SwiftUI */
Color(red: 0.906, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#e7cefd")Accessibility — WCAG contrast
Aa
#e7cefd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7cefd on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green80.8%
Blue99.2%
CMYK percentages
Cyan8.7%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#e7cefd text on a black background
contrast 14.64:1
Card sample
#e7cefd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7cefd;
Background color
Panel with #e7cefd background
background-color: #e7cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7cefd; background: linear-gradient(135deg, #e7cefd, #FDCEF4);