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