#ecdf9f
a light, vivid yellow · cool · closest name: khaki
RGB
236, 223, 159
HSL
50°, 67%, 78%
CMYK
0, 6, 33, 8
Luminance
0.7311
Every format
| HEX | #ecdf9f |
| RGB | rgb(236, 223, 159) |
| HSL | hsl(50, 67%, 78%) |
| CMYK | cmyk(0%, 6%, 33%, 8%) |
| LAB | lab(88.5 -4.9 33.0) |
| LCH | lch(88.5 33.4 98.5) |
| OKLCH | oklch(0.899 0.083 98.0) |
Copy-ready code
/* CSS */
color: #ecdf9f;
background-color: #ecdf9f;
/* Tailwind (arbitrary) */
class="text-[#ecdf9f] bg-[#ecdf9f]"
/* SCSS */
$brand: #ecdf9f;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.624)
/* Android */
Color.parseColor("#ecdf9f")Accessibility — WCAG contrast
Aa
#ecdf9f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdf9f on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow32.6%
Key (black)7.5%
Color previews
#ecdf9f text on a black background
contrast 15.62:1
Card sample
#ecdf9f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdf9f;
Background color
Panel with #ecdf9f background
background-color: #ecdf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdf9f; background: linear-gradient(135deg, #ecdf9f, #C6EC9F);