#ebacab
a light, vivid red · warm · closest name: pink
RGB
235, 172, 171
HSL
1°, 62%, 80%
CMYK
0, 27, 27, 8
Luminance
0.5011
Every format
| HEX | #ebacab |
| RGB | rgb(235, 172, 171) |
| HSL | hsl(1, 62%, 80%) |
| CMYK | cmyk(0%, 27%, 27%, 8%) |
| LAB | lab(76.1 22.9 9.6) |
| LCH | lch(76.1 24.9 22.8) |
| OKLCH | oklch(0.803 0.074 19.9) |
Copy-ready code
/* CSS */
color: #ebacab;
background-color: #ebacab;
/* Tailwind (arbitrary) */
class="text-[#ebacab] bg-[#ebacab]"
/* SCSS */
$brand: #ebacab;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.671)
/* Android */
Color.parseColor("#ebacab")Accessibility — WCAG contrast
Aa
#ebacab on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacab on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow27.2%
Key (black)7.8%
Color previews
#ebacab text on a black background
contrast 11.02:1
Card sample
#ebacab text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacab;
Background color
Panel with #ebacab background
background-color: #ebacab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacab; background: linear-gradient(135deg, #ebacab, #EBD7AB);