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