#ecdf6c
a light, electric yellow · cool · closest name: khaki
RGB
236, 223, 108
HSL
54°, 77%, 68%
CMYK
0, 6, 54, 8
Luminance
0.7169
Every format
| HEX | #ecdf6c |
| RGB | rgb(236, 223, 108) |
| HSL | hsl(54, 77%, 68%) |
| CMYK | cmyk(0%, 6%, 54%, 8%) |
| LAB | lab(87.8 -10.0 57.1) |
| LCH | lch(87.8 57.9 99.9) |
| OKLCH | oklch(0.892 0.137 102.9) |
Copy-ready code
/* CSS */
color: #ecdf6c;
background-color: #ecdf6c;
/* Tailwind (arbitrary) */
class="text-[#ecdf6c] bg-[#ecdf6c]"
/* SCSS */
$brand: #ecdf6c;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.424)
/* Android */
Color.parseColor("#ecdf6c")Accessibility — WCAG contrast
Aa
#ecdf6c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdf6c on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow54.2%
Key (black)7.5%
Color previews
#ecdf6c text on a black background
contrast 15.34:1
Card sample
#ecdf6c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdf6c;
Background color
Panel with #ecdf6c background
background-color: #ecdf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdf6c; background: linear-gradient(135deg, #ecdf6c, #A4EC6C);