#eddf99
a light, vivid yellow · cool · closest name: khaki
RGB
237, 223, 153
HSL
50°, 70%, 77%
CMYK
0, 6, 35, 7
Luminance
0.7308
Every format
| HEX | #eddf99 |
| RGB | rgb(237, 223, 153) |
| HSL | hsl(50, 70%, 77%) |
| CMYK | cmyk(0%, 6%, 35%, 7%) |
| LAB | lab(88.5 -5.2 36.1) |
| LCH | lch(88.5 36.5 98.3) |
| OKLCH | oklch(0.899 0.090 98.2) |
Copy-ready code
/* CSS */
color: #eddf99;
background-color: #eddf99;
/* Tailwind (arbitrary) */
class="text-[#eddf99] bg-[#eddf99]"
/* SCSS */
$brand: #eddf99;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.600)
/* Android */
Color.parseColor("#eddf99")Accessibility — WCAG contrast
Aa
#eddf99 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf99 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow35.4%
Key (black)7.1%
Color previews
#eddf99 text on a black background
contrast 15.62:1
Card sample
#eddf99 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf99;
Background color
Panel with #eddf99 background
background-color: #eddf99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf99; background: linear-gradient(135deg, #eddf99, #C3ED99);