#eed6f0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 214, 240
HSL
295°, 46%, 89%
CMYK
1, 11, 0, 6
Luminance
0.7256
Every format
| HEX | #eed6f0 |
| RGB | rgb(238, 214, 240) |
| HSL | hsl(295, 46%, 89%) |
| CMYK | cmyk(1%, 11%, 0%, 6%) |
| LAB | lab(88.2 12.8 -9.7) |
| LCH | lch(88.2 16.1 322.9) |
| OKLCH | oklch(0.903 0.043 323.6) |
Copy-ready code
/* CSS */
color: #eed6f0;
background-color: #eed6f0;
/* Tailwind (arbitrary) */
class="text-[#eed6f0] bg-[#eed6f0]"
/* SCSS */
$brand: #eed6f0;
/* SwiftUI */
Color(red: 0.933, green: 0.839, blue: 0.941)
/* Android */
Color.parseColor("#eed6f0")Accessibility — WCAG contrast
Aa
#eed6f0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed6f0 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.9%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta10.8%
Yellow0.0%
Key (black)5.9%
Color previews
#eed6f0 text on a black background
contrast 15.51:1
Card sample
#eed6f0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed6f0;
Background color
Panel with #eed6f0 background
background-color: #eed6f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed6f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 214, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 214, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed6f0; background: linear-gradient(135deg, #eed6f0, #F0D6E1);