#eacfdc
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 207, 220
HSL
331°, 39%, 87%
CMYK
0, 12, 6, 8
Luminance
0.6729
Every format
| HEX | #eacfdc |
| RGB | rgb(234, 207, 220) |
| HSL | hsl(331, 39%, 87%) |
| CMYK | cmyk(0%, 12%, 6%, 8%) |
| LAB | lab(85.7 11.6 -3.0) |
| LCH | lch(85.7 11.9 345.7) |
| OKLCH | oklch(0.881 0.035 347.1) |
Copy-ready code
/* CSS */
color: #eacfdc;
background-color: #eacfdc;
/* Tailwind (arbitrary) */
class="text-[#eacfdc] bg-[#eacfdc]"
/* SCSS */
$brand: #eacfdc;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#eacfdc")Accessibility — WCAG contrast
Aa
#eacfdc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfdc on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow6.0%
Key (black)8.2%
Color previews
#eacfdc text on a black background
contrast 14.46:1
Card sample
#eacfdc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfdc;
Background color
Panel with #eacfdc background
background-color: #eacfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfdc; background: linear-gradient(135deg, #eacfdc, #EAD4CF);