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