#ecccbd
a light, vivid orange · warm · closest name: silver
RGB
236, 204, 189
HSL
19°, 55%, 83%
CMYK
0, 14, 20, 8
Luminance
0.6469
Every format
| HEX | #ecccbd |
| RGB | rgb(236, 204, 189) |
| HSL | hsl(19, 55%, 83%) |
| CMYK | cmyk(0%, 14%, 20%, 8%) |
| LAB | lab(84.3 8.9 11.6) |
| LCH | lch(84.3 14.6 52.5) |
| OKLCH | oklch(0.868 0.042 46.6) |
Copy-ready code
/* CSS */
color: #ecccbd;
background-color: #ecccbd;
/* Tailwind (arbitrary) */
class="text-[#ecccbd] bg-[#ecccbd]"
/* SCSS */
$brand: #ecccbd;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.741)
/* Android */
Color.parseColor("#ecccbd")Accessibility — WCAG contrast
Aa
#ecccbd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecccbd on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.0%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow19.9%
Key (black)7.5%
Color previews
#ecccbd text on a black background
contrast 13.94:1
Card sample
#ecccbd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecccbd;
Background color
Panel with #ecccbd background
background-color: #ecccbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecccbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 204, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecccbd; background: linear-gradient(135deg, #ecccbd, #ECEBBD);