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