#eac8f2
a pale, vivid violet · warm · closest name: plum
RGB
234, 200, 242
HSL
289°, 62%, 87%
CMYK
3, 17, 0, 5
Luminance
0.6521
Every format
| HEX | #eac8f2 |
| RGB | rgb(234, 200, 242) |
| HSL | hsl(289, 62%, 87%) |
| CMYK | cmyk(3%, 17%, 0%, 5%) |
| LAB | lab(84.6 19.3 -16.2) |
| LCH | lch(84.6 25.2 319.9) |
| OKLCH | oklch(0.875 0.068 319.8) |
Copy-ready code
/* CSS */
color: #eac8f2;
background-color: #eac8f2;
/* Tailwind (arbitrary) */
class="text-[#eac8f2] bg-[#eac8f2]"
/* SCSS */
$brand: #eac8f2;
/* SwiftUI */
Color(red: 0.918, green: 0.784, blue: 0.949)
/* Android */
Color.parseColor("#eac8f2")Accessibility — WCAG contrast
Aa
#eac8f2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac8f2 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green78.4%
Blue94.9%
CMYK percentages
Cyan3.3%
Magenta17.4%
Yellow0.0%
Key (black)5.1%
Color previews
#eac8f2 text on a black background
contrast 14.04:1
Card sample
#eac8f2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac8f2;
Background color
Panel with #eac8f2 background
background-color: #eac8f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac8f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 200, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 200, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac8f2; background: linear-gradient(135deg, #eac8f2, #F2C8DE);