#eacfd8
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 207, 216
HSL
340°, 39%, 87%
CMYK
0, 12, 8, 8
Luminance
0.6708
Every format
| HEX | #eacfd8 |
| RGB | rgb(234, 207, 216) |
| HSL | hsl(340, 39%, 87%) |
| CMYK | cmyk(0%, 12%, 8%, 8%) |
| LAB | lab(85.5 10.9 -1.0) |
| LCH | lch(85.5 10.9 354.8) |
| OKLCH | oklch(0.879 0.032 355.6) |
Copy-ready code
/* CSS */
color: #eacfd8;
background-color: #eacfd8;
/* Tailwind (arbitrary) */
class="text-[#eacfd8] bg-[#eacfd8]"
/* SCSS */
$brand: #eacfd8;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#eacfd8")Accessibility — WCAG contrast
Aa
#eacfd8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfd8 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow7.7%
Key (black)8.2%
Color previews
#eacfd8 text on a black background
contrast 14.42:1
Card sample
#eacfd8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfd8;
Background color
Panel with #eacfd8 background
background-color: #eacfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfd8; background: linear-gradient(135deg, #eacfd8, #EAD8CF);