#ecdfbf
a light, vivid yellow · warm · closest name: beige
RGB
236, 223, 191
HSL
43°, 54%, 84%
CMYK
0, 6, 19, 8
Luminance
0.7437
Every format
| HEX | #ecdfbf |
| RGB | rgb(236, 223, 191) |
| HSL | hsl(43, 54%, 84%) |
| CMYK | cmyk(0%, 6%, 19%, 8%) |
| LAB | lab(89.1 -0.7 17.3) |
| LCH | lch(89.1 17.3 92.2) |
| OKLCH | oklch(0.906 0.045 88.5) |
Copy-ready code
/* CSS */
color: #ecdfbf;
background-color: #ecdfbf;
/* Tailwind (arbitrary) */
class="text-[#ecdfbf] bg-[#ecdfbf]"
/* SCSS */
$brand: #ecdfbf;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#ecdfbf")Accessibility — WCAG contrast
Aa
#ecdfbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfbf on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow19.1%
Key (black)7.5%
Color previews
#ecdfbf text on a black background
contrast 15.87:1
Card sample
#ecdfbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfbf;
Background color
Panel with #ecdfbf background
background-color: #ecdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfbf; background: linear-gradient(135deg, #ecdfbf, #DBECBF);