#ebabaf
a light, vivid red · warm · closest name: pink
RGB
235, 171, 175
HSL
356°, 62%, 80%
CMYK
0, 27, 26, 8
Luminance
0.4988
Every format
| HEX | #ebabaf |
| RGB | rgb(235, 171, 175) |
| HSL | hsl(356, 62%, 80%) |
| CMYK | cmyk(0%, 27%, 26%, 8%) |
| LAB | lab(76.0 24.0 7.3) |
| LCH | lch(76.0 25.1 16.8) |
| OKLCH | oklch(0.802 0.075 14.7) |
Copy-ready code
/* CSS */
color: #ebabaf;
background-color: #ebabaf;
/* Tailwind (arbitrary) */
class="text-[#ebabaf] bg-[#ebabaf]"
/* SCSS */
$brand: #ebabaf;
/* SwiftUI */
Color(red: 0.922, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#ebabaf")Accessibility — WCAG contrast
Aa
#ebabaf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebabaf on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow25.5%
Key (black)7.8%
Color previews
#ebabaf text on a black background
contrast 10.98:1
Card sample
#ebabaf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebabaf;
Background color
Panel with #ebabaf background
background-color: #ebabaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebabaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebabaf; background: linear-gradient(135deg, #ebabaf, #EBD2AB);