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