#eed3f3
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 211, 243
HSL
291°, 57%, 89%
CMYK
2, 13, 0, 5
Luminance
0.7124
Every format
| HEX | #eed3f3 |
| RGB | rgb(238, 211, 243) |
| HSL | hsl(291, 57%, 89%) |
| CMYK | cmyk(2%, 13%, 0%, 5%) |
| LAB | lab(87.6 14.9 -12.2) |
| LCH | lch(87.6 19.3 320.7) |
| OKLCH | oklch(0.899 0.052 321.0) |
Copy-ready code
/* CSS */
color: #eed3f3;
background-color: #eed3f3;
/* Tailwind (arbitrary) */
class="text-[#eed3f3] bg-[#eed3f3]"
/* SCSS */
$brand: #eed3f3;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.953)
/* Android */
Color.parseColor("#eed3f3")Accessibility — WCAG contrast
Aa
#eed3f3 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed3f3 on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta13.2%
Yellow0.0%
Key (black)4.7%
Color previews
#eed3f3 text on a black background
contrast 15.25:1
Card sample
#eed3f3 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed3f3;
Background color
Panel with #eed3f3 background
background-color: #eed3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed3f3; background: linear-gradient(135deg, #eed3f3, #F3D3E3);