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