#eedbfd
a pale, electric violet · warm · closest name: lavender
RGB
238, 219, 253
HSL
274°, 90%, 93%
CMYK
6, 13, 0, 1
Luminance
0.7593
Every format
| HEX | #eedbfd |
| RGB | rgb(238, 219, 253) |
| HSL | hsl(274, 90%, 93%) |
| CMYK | cmyk(6%, 13%, 0%, 1%) |
| LAB | lab(89.8 12.6 -14.2) |
| LCH | lch(89.8 18.9 311.7) |
| OKLCH | oklch(0.917 0.050 310.3) |
Copy-ready code
/* CSS */
color: #eedbfd;
background-color: #eedbfd;
/* Tailwind (arbitrary) */
class="text-[#eedbfd] bg-[#eedbfd]"
/* SCSS */
$brand: #eedbfd;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#eedbfd")Accessibility — WCAG contrast
Aa
#eedbfd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbfd on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#eedbfd text on a black background
contrast 16.19:1
Card sample
#eedbfd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbfd;
Background color
Panel with #eedbfd background
background-color: #eedbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbfd; background: linear-gradient(135deg, #eedbfd, #FDDBF5);