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