#eaadeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 173, 235
HSL
299°, 61%, 80%
CMYK
0, 26, 0, 8
Luminance
0.5338
Every format
| HEX | #eaadeb |
| RGB | rgb(234, 173, 235) |
| HSL | hsl(299, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 0%, 8%) |
| LAB | lab(78.1 32.4 -22.3) |
| LCH | lch(78.1 39.3 325.4) |
| OKLCH | oklch(0.824 0.108 326.0) |
Copy-ready code
/* CSS */
color: #eaadeb;
background-color: #eaadeb;
/* Tailwind (arbitrary) */
class="text-[#eaadeb] bg-[#eaadeb]"
/* SCSS */
$brand: #eaadeb;
/* SwiftUI */
Color(red: 0.918, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#eaadeb")Accessibility — WCAG contrast
Aa
#eaadeb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaadeb on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green67.8%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#eaadeb text on a black background
contrast 11.68:1
Card sample
#eaadeb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaadeb;
Background color
Panel with #eaadeb background
background-color: #eaadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaadeb; background: linear-gradient(135deg, #eaadeb, #EBADC3);