#fdef96
a light, electric yellow · cool · closest name: khaki
RGB
253, 239, 150
HSL
52°, 96%, 79%
CMYK
0, 6, 41, 1
Luminance
0.8482
Every format
| HEX | #fdef96 |
| RGB | rgb(253, 239, 150) |
| HSL | hsl(52, 96%, 79%) |
| CMYK | cmyk(0%, 6%, 41%, 1%) |
| LAB | lab(93.8 -7.4 44.7) |
| LCH | lch(93.8 45.3 99.4) |
| OKLCH | oklch(0.944 0.111 100.5) |
Copy-ready code
/* CSS */
color: #fdef96;
background-color: #fdef96;
/* Tailwind (arbitrary) */
class="text-[#fdef96] bg-[#fdef96]"
/* SCSS */
$brand: #fdef96;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.588)
/* Android */
Color.parseColor("#fdef96")Accessibility — WCAG contrast
Aa
#fdef96 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdef96 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow40.7%
Key (black)0.8%
Color previews
#fdef96 text on a black background
contrast 17.96:1
Card sample
#fdef96 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdef96;
Background color
Panel with #fdef96 background
background-color: #fdef96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdef96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdef96; background: linear-gradient(135deg, #fdef96, #C6FD96);