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