#ebacb4
a light, vivid red · warm · closest name: pink
RGB
235, 172, 180
HSL
352°, 61%, 80%
CMYK
0, 27, 23, 8
Luminance
0.5046
Every format
| HEX | #ebacb4 |
| RGB | rgb(235, 172, 180) |
| HSL | hsl(352, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 23%, 8%) |
| LAB | lab(76.3 24.2 5.0) |
| LCH | lch(76.3 24.7 11.8) |
| OKLCH | oklch(0.805 0.075 10.4) |
Copy-ready code
/* CSS */
color: #ebacb4;
background-color: #ebacb4;
/* Tailwind (arbitrary) */
class="text-[#ebacb4] bg-[#ebacb4]"
/* SCSS */
$brand: #ebacb4;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.706)
/* Android */
Color.parseColor("#ebacb4")Accessibility — WCAG contrast
Aa
#ebacb4 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacb4 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow23.4%
Key (black)7.8%
Color previews
#ebacb4 text on a black background
contrast 11.09:1
Card sample
#ebacb4 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacb4;
Background color
Panel with #ebacb4 background
background-color: #ebacb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacb4; background: linear-gradient(135deg, #ebacb4, #EBCEAC);