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