#eccfb4
a light, vivid orange · warm · closest name: tan
RGB
236, 207, 180
HSL
29°, 60%, 82%
CMYK
0, 12, 24, 8
Luminance
0.6575
Every format
| HEX | #eccfb4 |
| RGB | rgb(236, 207, 180) |
| HSL | hsl(29, 60%, 82%) |
| CMYK | cmyk(0%, 12%, 24%, 8%) |
| LAB | lab(84.9 6.0 17.1) |
| LCH | lch(84.9 18.2 70.6) |
| OKLCH | oklch(0.872 0.049 65.1) |
Copy-ready code
/* CSS */
color: #eccfb4;
background-color: #eccfb4;
/* Tailwind (arbitrary) */
class="text-[#eccfb4] bg-[#eccfb4]"
/* SCSS */
$brand: #eccfb4;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.706)
/* Android */
Color.parseColor("#eccfb4")Accessibility — WCAG contrast
Aa
#eccfb4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfb4 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow23.7%
Key (black)7.5%
Color previews
#eccfb4 text on a black background
contrast 14.15:1
Card sample
#eccfb4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfb4;
Background color
Panel with #eccfb4 background
background-color: #eccfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfb4; background: linear-gradient(135deg, #eccfb4, #E4ECB4);