#ebaddf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 173, 223
HSL
312°, 61%, 80%
CMYK
0, 26, 5, 8
Luminance
0.5288
Every format
| HEX | #ebaddf |
| RGB | rgb(235, 173, 223) |
| HSL | hsl(312, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 5%, 8%) |
| LAB | lab(77.8 30.5 -16.2) |
| LCH | lch(77.8 34.6 332.0) |
| OKLCH | oklch(0.821 0.097 333.4) |
Copy-ready code
/* CSS */
color: #ebaddf;
background-color: #ebaddf;
/* Tailwind (arbitrary) */
class="text-[#ebaddf] bg-[#ebaddf]"
/* SCSS */
$brand: #ebaddf;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#ebaddf")Accessibility — WCAG contrast
Aa
#ebaddf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaddf on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow5.1%
Key (black)7.8%
Color previews
#ebaddf text on a black background
contrast 11.58:1
Card sample
#ebaddf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaddf;
Background color
Panel with #ebaddf background
background-color: #ebaddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaddf; background: linear-gradient(135deg, #ebaddf, #EBADB6);