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