#ecc0b9
a light, vivid red · warm · closest name: pink
RGB
236, 192, 185
HSL
8°, 57%, 83%
CMYK
0, 19, 22, 8
Luminance
0.5903
Every format
| HEX | #ecc0b9 |
| RGB | rgb(236, 192, 185) |
| HSL | hsl(8, 57%, 83%) |
| CMYK | cmyk(0%, 19%, 22%, 8%) |
| LAB | lab(81.3 14.7 9.5) |
| LCH | lch(81.3 17.4 32.9) |
| OKLCH | oklch(0.845 0.052 28.7) |
Copy-ready code
/* CSS */
color: #ecc0b9;
background-color: #ecc0b9;
/* Tailwind (arbitrary) */
class="text-[#ecc0b9] bg-[#ecc0b9]"
/* SCSS */
$brand: #ecc0b9;
/* SwiftUI */
Color(red: 0.925, green: 0.753, blue: 0.725)
/* Android */
Color.parseColor("#ecc0b9")Accessibility — WCAG contrast
Aa
#ecc0b9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc0b9 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green75.3%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow21.6%
Key (black)7.5%
Color previews
#ecc0b9 text on a black background
contrast 12.81:1
Card sample
#ecc0b9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc0b9;
Background color
Panel with #ecc0b9 background
background-color: #ecc0b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc0b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 192, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 192, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc0b9; background: linear-gradient(135deg, #ecc0b9, #ECE2B9);