#eecdf4
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 205, 244
HSL
291°, 64%, 88%
CMYK
3, 16, 0, 4
Luminance
0.6837
Every format
| HEX | #eecdf4 |
| RGB | rgb(238, 205, 244) |
| HSL | hsl(291, 64%, 88%) |
| CMYK | cmyk(3%, 16%, 0%, 4%) |
| LAB | lab(86.2 18.3 -14.8) |
| LCH | lch(86.2 23.6 320.9) |
| OKLCH | oklch(0.888 0.063 321.1) |
Copy-ready code
/* CSS */
color: #eecdf4;
background-color: #eecdf4;
/* Tailwind (arbitrary) */
class="text-[#eecdf4] bg-[#eecdf4]"
/* SCSS */
$brand: #eecdf4;
/* SwiftUI */
Color(red: 0.933, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#eecdf4")Accessibility — WCAG contrast
Aa
#eecdf4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecdf4 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.4%
Blue95.7%
CMYK percentages
Cyan2.5%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#eecdf4 text on a black background
contrast 14.67:1
Card sample
#eecdf4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecdf4;
Background color
Panel with #eecdf4 background
background-color: #eecdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecdf4; background: linear-gradient(135deg, #eecdf4, #F4CDE0);