#ebaccd
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 172, 205
HSL
329°, 61%, 80%
CMYK
0, 27, 13, 8
Luminance
0.5157
Every format
| HEX | #ebaccd |
| RGB | rgb(235, 172, 205) |
| HSL | hsl(329, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 13%, 8%) |
| LAB | lab(77.0 28.0 -7.6) |
| LCH | lch(77.0 29.0 344.8) |
| OKLCH | oklch(0.813 0.085 346.4) |
Copy-ready code
/* CSS */
color: #ebaccd;
background-color: #ebaccd;
/* Tailwind (arbitrary) */
class="text-[#ebaccd] bg-[#ebaccd]"
/* SCSS */
$brand: #ebaccd;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.804)
/* Android */
Color.parseColor("#ebaccd")Accessibility — WCAG contrast
Aa
#ebaccd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaccd on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow12.8%
Key (black)7.8%
Color previews
#ebaccd text on a black background
contrast 11.31:1
Card sample
#ebaccd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaccd;
Background color
Panel with #ebaccd background
background-color: #ebaccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaccd; background: linear-gradient(135deg, #ebaccd, #EBB5AC);