#eccdbf
a light, vivid orange · warm · closest name: silver
RGB
236, 205, 191
HSL
19°, 54%, 84%
CMYK
0, 13, 19, 8
Luminance
0.6526
Every format
| HEX | #eccdbf |
| RGB | rgb(236, 205, 191) |
| HSL | hsl(19, 54%, 84%) |
| CMYK | cmyk(0%, 13%, 19%, 8%) |
| LAB | lab(84.6 8.7 11.0) |
| LCH | lch(84.6 14.0 51.6) |
| OKLCH | oklch(0.871 0.040 45.8) |
Copy-ready code
/* CSS */
color: #eccdbf;
background-color: #eccdbf;
/* Tailwind (arbitrary) */
class="text-[#eccdbf] bg-[#eccdbf]"
/* SCSS */
$brand: #eccdbf;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#eccdbf")Accessibility — WCAG contrast
Aa
#eccdbf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdbf on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow19.1%
Key (black)7.5%
Color previews
#eccdbf text on a black background
contrast 14.05:1
Card sample
#eccdbf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdbf;
Background color
Panel with #eccdbf background
background-color: #eccdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdbf; background: linear-gradient(135deg, #eccdbf, #ECEBBF);