#f5df7e
a light, electric yellow · cool · closest name: khaki
RGB
245, 223, 126
HSL
49°, 86%, 73%
CMYK
0, 9, 49, 4
Luminance
0.7369
Every format
| HEX | #f5df7e |
| RGB | rgb(245, 223, 126) |
| HSL | hsl(49, 86%, 73%) |
| CMYK | cmyk(0%, 9%, 49%, 4%) |
| LAB | lab(88.8 -4.8 50.0) |
| LCH | lch(88.8 50.2 95.5) |
| OKLCH | oklch(0.902 0.120 96.9) |
Copy-ready code
/* CSS */
color: #f5df7e;
background-color: #f5df7e;
/* Tailwind (arbitrary) */
class="text-[#f5df7e] bg-[#f5df7e]"
/* SCSS */
$brand: #f5df7e;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.494)
/* Android */
Color.parseColor("#f5df7e")Accessibility — WCAG contrast
Aa
#f5df7e on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5df7e on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow48.6%
Key (black)3.9%
Color previews
#f5df7e text on a black background
contrast 15.74:1
Card sample
#f5df7e text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5df7e;
Background color
Panel with #f5df7e background
background-color: #f5df7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5df7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5df7e; background: linear-gradient(135deg, #f5df7e, #BCF57E);