#ebbabb
a light, vivid red · warm · closest name: pink
RGB
235, 186, 187
HSL
359°, 55%, 83%
CMYK
0, 21, 20, 8
Luminance
0.5637
Every format
| HEX | #ebbabb |
| RGB | rgb(235, 186, 187) |
| HSL | hsl(359, 55%, 83%) |
| CMYK | cmyk(0%, 21%, 20%, 8%) |
| LAB | lab(79.8 17.8 6.2) |
| LCH | lch(79.8 18.8 19.4) |
| OKLCH | oklch(0.833 0.057 17.0) |
Copy-ready code
/* CSS */
color: #ebbabb;
background-color: #ebbabb;
/* Tailwind (arbitrary) */
class="text-[#ebbabb] bg-[#ebbabb]"
/* SCSS */
$brand: #ebbabb;
/* SwiftUI */
Color(red: 0.922, green: 0.729, blue: 0.733)
/* Android */
Color.parseColor("#ebbabb")Accessibility — WCAG contrast
Aa
#ebbabb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbabb on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green72.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow20.4%
Key (black)7.8%
Color previews
#ebbabb text on a black background
contrast 12.27:1
Card sample
#ebbabb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbabb;
Background color
Panel with #ebbabb background
background-color: #ebbabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 186, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 186, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbabb; background: linear-gradient(135deg, #ebbabb, #EBDABA);