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