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