#ecabba
a light, vivid red · warm · closest name: pink
RGB
236, 171, 186
HSL
346°, 63%, 80%
CMYK
0, 28, 21, 8
Luminance
0.5050
Every format
| HEX | #ecabba |
| RGB | rgb(236, 171, 186) |
| HSL | hsl(346, 63%, 80%) |
| CMYK | cmyk(0%, 28%, 21%, 8%) |
| LAB | lab(76.4 26.0 1.8) |
| LCH | lch(76.4 26.0 4.0) |
| OKLCH | oklch(0.806 0.078 3.7) |
Copy-ready code
/* CSS */
color: #ecabba;
background-color: #ecabba;
/* Tailwind (arbitrary) */
class="text-[#ecabba] bg-[#ecabba]"
/* SCSS */
$brand: #ecabba;
/* SwiftUI */
Color(red: 0.925, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#ecabba")Accessibility — WCAG contrast
Aa
#ecabba on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecabba on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green67.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow21.2%
Key (black)7.5%
Color previews
#ecabba text on a black background
contrast 11.10:1
Card sample
#ecabba text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecabba;
Background color
Panel with #ecabba background
background-color: #ecabba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecabba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecabba; background: linear-gradient(135deg, #ecabba, #ECC7AB);