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