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