#eac4eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 196, 235
HSL
299°, 49%, 85%
CMYK
0, 17, 0, 8
Luminance
0.6297
Every format
| HEX | #eac4eb |
| RGB | rgb(234, 196, 235) |
| HSL | hsl(299, 49%, 85%) |
| CMYK | cmyk(0%, 17%, 0%, 8%) |
| LAB | lab(83.4 20.1 -14.3) |
| LCH | lch(83.4 24.6 324.6) |
| OKLCH | oklch(0.865 0.067 325.3) |
Copy-ready code
/* CSS */
color: #eac4eb;
background-color: #eac4eb;
/* Tailwind (arbitrary) */
class="text-[#eac4eb] bg-[#eac4eb]"
/* SCSS */
$brand: #eac4eb;
/* SwiftUI */
Color(red: 0.918, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#eac4eb")Accessibility — WCAG contrast
Aa
#eac4eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac4eb on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green76.9%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#eac4eb text on a black background
contrast 13.59:1
Card sample
#eac4eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac4eb;
Background color
Panel with #eac4eb background
background-color: #eac4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac4eb; background: linear-gradient(135deg, #eac4eb, #EBC4D2);