#ecc7ba
a light, vivid orange · warm · closest name: pink
RGB
236, 199, 186
HSL
16°, 57%, 83%
CMYK
0, 16, 21, 8
Luminance
0.6222
Every format
| HEX | #ecc7ba |
| RGB | rgb(236, 199, 186) |
| HSL | hsl(16, 57%, 83%) |
| CMYK | cmyk(0%, 16%, 21%, 8%) |
| LAB | lab(83.0 11.1 11.4) |
| LCH | lch(83.0 15.9 45.7) |
| OKLCH | oklch(0.858 0.046 40.3) |
Copy-ready code
/* CSS */
color: #ecc7ba;
background-color: #ecc7ba;
/* Tailwind (arbitrary) */
class="text-[#ecc7ba] bg-[#ecc7ba]"
/* SCSS */
$brand: #ecc7ba;
/* SwiftUI */
Color(red: 0.925, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#ecc7ba")Accessibility — WCAG contrast
Aa
#ecc7ba on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc7ba on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow21.2%
Key (black)7.5%
Color previews
#ecc7ba text on a black background
contrast 13.44:1
Card sample
#ecc7ba text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc7ba;
Background color
Panel with #ecc7ba background
background-color: #ecc7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc7ba; background: linear-gradient(135deg, #ecc7ba, #ECE8BA);