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