#eedff3
a pale, vivid violet · warm · closest name: lavender
RGB
238, 223, 243
HSL
285°, 46%, 91%
CMYK
2, 8, 0, 5
Luminance
0.7742
Every format
| HEX | #eedff3 |
| RGB | rgb(238, 223, 243) |
| HSL | hsl(285, 46%, 91%) |
| CMYK | cmyk(2%, 8%, 0%, 5%) |
| LAB | lab(90.5 8.6 -7.9) |
| LCH | lch(90.5 11.7 317.6) |
| OKLCH | oklch(0.921 0.031 317.7) |
Copy-ready code
/* CSS */
color: #eedff3;
background-color: #eedff3;
/* Tailwind (arbitrary) */
class="text-[#eedff3] bg-[#eedff3]"
/* SCSS */
$brand: #eedff3;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.953)
/* Android */
Color.parseColor("#eedff3")Accessibility — WCAG contrast
Aa
#eedff3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedff3 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta8.2%
Yellow0.0%
Key (black)4.7%
Color previews
#eedff3 text on a black background
contrast 16.48:1
Card sample
#eedff3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedff3;
Background color
Panel with #eedff3 background
background-color: #eedff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedff3; background: linear-gradient(135deg, #eedff3, #F3DFEB);