#eac0eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 192, 235
HSL
299°, 52%, 84%
CMYK
0, 18, 0, 8
Luminance
0.6119
Every format
| HEX | #eac0eb |
| RGB | rgb(234, 192, 235) |
| HSL | hsl(299, 52%, 84%) |
| CMYK | cmyk(0%, 18%, 0%, 8%) |
| LAB | lab(82.5 22.2 -15.7) |
| LCH | lch(82.5 27.2 324.8) |
| OKLCH | oklch(0.858 0.074 325.5) |
Copy-ready code
/* CSS */
color: #eac0eb;
background-color: #eac0eb;
/* Tailwind (arbitrary) */
class="text-[#eac0eb] bg-[#eac0eb]"
/* SCSS */
$brand: #eac0eb;
/* SwiftUI */
Color(red: 0.918, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#eac0eb")Accessibility — WCAG contrast
Aa
#eac0eb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac0eb on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green75.3%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#eac0eb text on a black background
contrast 13.24:1
Card sample
#eac0eb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac0eb;
Background color
Panel with #eac0eb background
background-color: #eac0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac0eb; background: linear-gradient(135deg, #eac0eb, #EBC0CF);