#ebafd6
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 175, 214
HSL
321°, 60%, 80%
CMYK
0, 26, 9, 8
Luminance
0.5318
Every format
| HEX | #ebafd6 |
| RGB | rgb(235, 175, 214) |
| HSL | hsl(321, 60%, 80%) |
| CMYK | cmyk(0%, 26%, 9%, 8%) |
| LAB | lab(78.0 27.9 -11.1) |
| LCH | lch(78.0 30.0 338.3) |
| OKLCH | oklch(0.821 0.086 340.0) |
Copy-ready code
/* CSS */
color: #ebafd6;
background-color: #ebafd6;
/* Tailwind (arbitrary) */
class="text-[#ebafd6] bg-[#ebafd6]"
/* SCSS */
$brand: #ebafd6;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#ebafd6")Accessibility — WCAG contrast
Aa
#ebafd6 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebafd6 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow8.9%
Key (black)7.8%
Color previews
#ebafd6 text on a black background
contrast 11.64:1
Card sample
#ebafd6 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebafd6;
Background color
Panel with #ebafd6 background
background-color: #ebafd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebafd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebafd6; background: linear-gradient(135deg, #ebafd6, #EBB0AF);