#ebafdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 175, 223
HSL
312°, 60%, 80%
CMYK
0, 26, 5, 8
Luminance
0.5365
Every format
| HEX | #ebafdf |
| RGB | rgb(235, 175, 223) |
| HSL | hsl(312, 60%, 80%) |
| CMYK | cmyk(0%, 26%, 5%, 8%) |
| LAB | lab(78.3 29.5 -15.6) |
| LCH | lch(78.3 33.3 332.2) |
| OKLCH | oklch(0.824 0.093 333.6) |
Copy-ready code
/* CSS */
color: #ebafdf;
background-color: #ebafdf;
/* Tailwind (arbitrary) */
class="text-[#ebafdf] bg-[#ebafdf]"
/* SCSS */
$brand: #ebafdf;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#ebafdf")Accessibility — WCAG contrast
Aa
#ebafdf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebafdf on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow5.1%
Key (black)7.8%
Color previews
#ebafdf text on a black background
contrast 11.73:1
Card sample
#ebafdf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebafdf;
Background color
Panel with #ebafdf background
background-color: #ebafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebafdf; background: linear-gradient(135deg, #ebafdf, #EBAFB7);