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