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