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