#ecc8b6
a light, vivid orange · warm · closest name: tan
RGB
236, 200, 182
HSL
20°, 59%, 82%
CMYK
0, 15, 23, 8
Luminance
0.6252
Every format
| HEX | #ecc8b6 |
| RGB | rgb(236, 200, 182) |
| HSL | hsl(20, 59%, 82%) |
| CMYK | cmyk(0%, 15%, 23%, 8%) |
| LAB | lab(83.2 10.0 13.7) |
| LCH | lch(83.2 17.0 53.9) |
| OKLCH | oklch(0.859 0.048 48.1) |
Copy-ready code
/* CSS */
color: #ecc8b6;
background-color: #ecc8b6;
/* Tailwind (arbitrary) */
class="text-[#ecc8b6] bg-[#ecc8b6]"
/* SCSS */
$brand: #ecc8b6;
/* SwiftUI */
Color(red: 0.925, green: 0.784, blue: 0.714)
/* Android */
Color.parseColor("#ecc8b6")Accessibility — WCAG contrast
Aa
#ecc8b6 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc8b6 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.4%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow22.9%
Key (black)7.5%
Color previews
#ecc8b6 text on a black background
contrast 13.50:1
Card sample
#ecc8b6 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc8b6;
Background color
Panel with #ecc8b6 background
background-color: #ecc8b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc8b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 200, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 200, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc8b6; background: linear-gradient(135deg, #ecc8b6, #ECECB6);