#f5df95
a light, electric yellow · cool · closest name: khaki
RGB
245, 223, 149
HSL
46°, 83%, 77%
CMYK
0, 9, 39, 4
Luminance
0.7436
Every format
| HEX | #f5df95 |
| RGB | rgb(245, 223, 149) |
| HSL | hsl(46, 83%, 77%) |
| CMYK | cmyk(0%, 9%, 39%, 4%) |
| LAB | lab(89.1 -2.6 39.0) |
| LCH | lch(89.1 39.1 93.8) |
| OKLCH | oklch(0.905 0.096 93.5) |
Copy-ready code
/* CSS */
color: #f5df95;
background-color: #f5df95;
/* Tailwind (arbitrary) */
class="text-[#f5df95] bg-[#f5df95]"
/* SCSS */
$brand: #f5df95;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.584)
/* Android */
Color.parseColor("#f5df95")Accessibility — WCAG contrast
Aa
#f5df95 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5df95 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow39.2%
Key (black)3.9%
Color previews
#f5df95 text on a black background
contrast 15.87:1
Card sample
#f5df95 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5df95;
Background color
Panel with #f5df95 background
background-color: #f5df95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5df95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5df95; background: linear-gradient(135deg, #f5df95, #CBF595);