#eac3eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 195, 235
HSL
299°, 50%, 84%
CMYK
0, 17, 0, 8
Luminance
0.6252
Every format
| HEX | #eac3eb |
| RGB | rgb(234, 195, 235) |
| HSL | hsl(299, 50%, 84%) |
| CMYK | cmyk(0%, 17%, 0%, 8%) |
| LAB | lab(83.2 20.6 -14.6) |
| LCH | lch(83.2 25.3 324.7) |
| OKLCH | oklch(0.863 0.069 325.4) |
Copy-ready code
/* CSS */
color: #eac3eb;
background-color: #eac3eb;
/* Tailwind (arbitrary) */
class="text-[#eac3eb] bg-[#eac3eb]"
/* SCSS */
$brand: #eac3eb;
/* SwiftUI */
Color(red: 0.918, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#eac3eb")Accessibility — WCAG contrast
Aa
#eac3eb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac3eb on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green76.5%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#eac3eb text on a black background
contrast 13.50:1
Card sample
#eac3eb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac3eb;
Background color
Panel with #eac3eb background
background-color: #eac3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac3eb; background: linear-gradient(135deg, #eac3eb, #EBC3D1);