#ecdfb3
a light, vivid yellow · cool · closest name: beige
RGB
236, 223, 179
HSL
46°, 60%, 81%
CMYK
0, 6, 24, 8
Luminance
0.7386
Every format
| HEX | #ecdfb3 |
| RGB | rgb(236, 223, 179) |
| HSL | hsl(46, 60%, 81%) |
| CMYK | cmyk(0%, 6%, 24%, 8%) |
| LAB | lab(88.9 -2.4 23.2) |
| LCH | lch(88.9 23.3 95.8) |
| OKLCH | oklch(0.903 0.059 93.5) |
Copy-ready code
/* CSS */
color: #ecdfb3;
background-color: #ecdfb3;
/* Tailwind (arbitrary) */
class="text-[#ecdfb3] bg-[#ecdfb3]"
/* SCSS */
$brand: #ecdfb3;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.702)
/* Android */
Color.parseColor("#ecdfb3")Accessibility — WCAG contrast
Aa
#ecdfb3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfb3 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow24.2%
Key (black)7.5%
Color previews
#ecdfb3 text on a black background
contrast 15.77:1
Card sample
#ecdfb3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfb3;
Background color
Panel with #ecdfb3 background
background-color: #ecdfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfb3; background: linear-gradient(135deg, #ecdfb3, #D3ECB3);