#eddf63
a light, electric yellow · cool · closest name: khaki
RGB
237, 223, 99
HSL
54°, 79%, 66%
CMYK
0, 6, 58, 7
Luminance
0.7168
Every format
| HEX | #eddf63 |
| RGB | rgb(237, 223, 99) |
| HSL | hsl(54, 79%, 66%) |
| CMYK | cmyk(0%, 6%, 58%, 7%) |
| LAB | lab(87.8 -10.2 61.1) |
| LCH | lch(87.8 62.0 99.5) |
| OKLCH | oklch(0.891 0.145 102.9) |
Copy-ready code
/* CSS */
color: #eddf63;
background-color: #eddf63;
/* Tailwind (arbitrary) */
class="text-[#eddf63] bg-[#eddf63]"
/* SCSS */
$brand: #eddf63;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.388)
/* Android */
Color.parseColor("#eddf63")Accessibility — WCAG contrast
Aa
#eddf63 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf63 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow58.2%
Key (black)7.1%
Color previews
#eddf63 text on a black background
contrast 15.34:1
Card sample
#eddf63 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf63;
Background color
Panel with #eddf63 background
background-color: #eddf63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf63; background: linear-gradient(135deg, #eddf63, #9FED63);