#eccfbd
a light, vivid orange · warm · closest name: tan
RGB
236, 207, 189
HSL
23°, 55%, 83%
CMYK
0, 12, 20, 8
Luminance
0.6613
Every format
| HEX | #eccfbd |
| RGB | rgb(236, 207, 189) |
| HSL | hsl(23, 55%, 83%) |
| CMYK | cmyk(0%, 12%, 20%, 8%) |
| LAB | lab(85.1 7.3 12.7) |
| LCH | lch(85.1 14.6 59.9) |
| OKLCH | oklch(0.874 0.041 53.8) |
Copy-ready code
/* CSS */
color: #eccfbd;
background-color: #eccfbd;
/* Tailwind (arbitrary) */
class="text-[#eccfbd] bg-[#eccfbd]"
/* SCSS */
$brand: #eccfbd;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.741)
/* Android */
Color.parseColor("#eccfbd")Accessibility — WCAG contrast
Aa
#eccfbd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfbd on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow19.9%
Key (black)7.5%
Color previews
#eccfbd text on a black background
contrast 14.23:1
Card sample
#eccfbd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfbd;
Background color
Panel with #eccfbd background
background-color: #eccfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfbd; background: linear-gradient(135deg, #eccfbd, #EAECBD);