#eacce2
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 204, 226
HSL
316°, 42%, 86%
CMYK
0, 13, 3, 8
Luminance
0.6617
Every format
| HEX | #eacce2 |
| RGB | rgb(234, 204, 226) |
| HSL | hsl(316, 42%, 86%) |
| CMYK | cmyk(0%, 13%, 3%, 8%) |
| LAB | lab(85.1 14.2 -7.0) |
| LCH | lch(85.1 15.8 333.8) |
| OKLCH | oklch(0.877 0.044 335.4) |
Copy-ready code
/* CSS */
color: #eacce2;
background-color: #eacce2;
/* Tailwind (arbitrary) */
class="text-[#eacce2] bg-[#eacce2]"
/* SCSS */
$brand: #eacce2;
/* SwiftUI */
Color(red: 0.918, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#eacce2")Accessibility — WCAG contrast
Aa
#eacce2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacce2 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.0%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow3.4%
Key (black)8.2%
Color previews
#eacce2 text on a black background
contrast 14.23:1
Card sample
#eacce2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacce2;
Background color
Panel with #eacce2 background
background-color: #eacce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacce2; background: linear-gradient(135deg, #eacce2, #EACCCE);