#ecdf5b
a balanced, electric yellow · cool · closest name: khaki
RGB
236, 223, 91
HSL
55°, 79%, 64%
CMYK
0, 6, 61, 8
Luminance
0.7136
Every format
| HEX | #ecdf5b |
| RGB | rgb(236, 223, 91) |
| HSL | hsl(55, 79%, 64%) |
| CMYK | cmyk(0%, 6%, 61%, 8%) |
| LAB | lab(87.7 -11.2 64.4) |
| LCH | lch(87.7 65.3 99.8) |
| OKLCH | oklch(0.890 0.151 103.7) |
Copy-ready code
/* CSS */
color: #ecdf5b;
background-color: #ecdf5b;
/* Tailwind (arbitrary) */
class="text-[#ecdf5b] bg-[#ecdf5b]"
/* SCSS */
$brand: #ecdf5b;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.357)
/* Android */
Color.parseColor("#ecdf5b")Accessibility — WCAG contrast
Aa
#ecdf5b on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdf5b on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow61.4%
Key (black)7.5%
Color previews
#ecdf5b text on a black background
contrast 15.27:1
Card sample
#ecdf5b text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdf5b;
Background color
Panel with #ecdf5b background
background-color: #ecdf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdf5b; background: linear-gradient(135deg, #ecdf5b, #98EC5B);