#ecc4ba
a light, vivid red · warm · closest name: pink
RGB
236, 196, 186
HSL
12°, 57%, 83%
CMYK
0, 17, 21, 8
Luminance
0.6086
Every format
| HEX | #ecc4ba |
| RGB | rgb(236, 196, 186) |
| HSL | hsl(12, 57%, 83%) |
| CMYK | cmyk(0%, 17%, 21%, 8%) |
| LAB | lab(82.3 12.7 10.3) |
| LCH | lch(82.3 16.4 39.2) |
| OKLCH | oklch(0.852 0.048 34.4) |
Copy-ready code
/* CSS */
color: #ecc4ba;
background-color: #ecc4ba;
/* Tailwind (arbitrary) */
class="text-[#ecc4ba] bg-[#ecc4ba]"
/* SCSS */
$brand: #ecc4ba;
/* SwiftUI */
Color(red: 0.925, green: 0.769, blue: 0.729)
/* Android */
Color.parseColor("#ecc4ba")Accessibility — WCAG contrast
Aa
#ecc4ba on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc4ba on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow21.2%
Key (black)7.5%
Color previews
#ecc4ba text on a black background
contrast 13.17:1
Card sample
#ecc4ba text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc4ba;
Background color
Panel with #ecc4ba background
background-color: #ecc4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 196, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 196, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc4ba; background: linear-gradient(135deg, #ecc4ba, #ECE5BA);