#eccfbf
a light, vivid orange · warm · closest name: silver
RGB
236, 207, 191
HSL
21°, 54%, 84%
CMYK
0, 12, 19, 8
Luminance
0.6622
Every format
| HEX | #eccfbf |
| RGB | rgb(236, 207, 191) |
| HSL | hsl(21, 54%, 84%) |
| CMYK | cmyk(0%, 12%, 19%, 8%) |
| LAB | lab(85.1 7.6 11.7) |
| LCH | lch(85.1 13.9 56.8) |
| OKLCH | oklch(0.875 0.039 50.7) |
Copy-ready code
/* CSS */
color: #eccfbf;
background-color: #eccfbf;
/* Tailwind (arbitrary) */
class="text-[#eccfbf] bg-[#eccfbf]"
/* SCSS */
$brand: #eccfbf;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#eccfbf")Accessibility — WCAG contrast
Aa
#eccfbf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfbf on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow19.1%
Key (black)7.5%
Color previews
#eccfbf text on a black background
contrast 14.24:1
Card sample
#eccfbf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfbf;
Background color
Panel with #eccfbf background
background-color: #eccfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfbf; background: linear-gradient(135deg, #eccfbf, #EBECBF);