#eaccf2
a pale, vivid violet · warm · closest name: lavender
RGB
234, 204, 242
HSL
287°, 59%, 88%
CMYK
3, 16, 0, 5
Luminance
0.6709
Every format
| HEX | #eaccf2 |
| RGB | rgb(234, 204, 242) |
| HSL | hsl(287, 59%, 88%) |
| CMYK | cmyk(3%, 16%, 0%, 5%) |
| LAB | lab(85.5 17.1 -14.8) |
| LCH | lch(85.5 22.6 319.2) |
| OKLCH | oklch(0.882 0.061 319.1) |
Copy-ready code
/* CSS */
color: #eaccf2;
background-color: #eaccf2;
/* Tailwind (arbitrary) */
class="text-[#eaccf2] bg-[#eaccf2]"
/* SCSS */
$brand: #eaccf2;
/* SwiftUI */
Color(red: 0.918, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#eaccf2")Accessibility — WCAG contrast
Aa
#eaccf2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaccf2 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.0%
Blue94.9%
CMYK percentages
Cyan3.3%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#eaccf2 text on a black background
contrast 14.42:1
Card sample
#eaccf2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaccf2;
Background color
Panel with #eaccf2 background
background-color: #eaccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaccf2; background: linear-gradient(135deg, #eaccf2, #F2CCE1);