#fdfb7e
a light, electric yellow · cool · closest name: khaki
RGB
253, 251, 126
HSL
59°, 97%, 74%
CMYK
0, 1, 50, 1
Luminance
0.9138
Every format
| HEX | #fdfb7e |
| RGB | rgb(253, 251, 126) |
| HSL | hsl(59, 97%, 74%) |
| CMYK | cmyk(0%, 1%, 50%, 1%) |
| LAB | lab(96.6 -15.6 59.4) |
| LCH | lch(96.6 61.4 104.7) |
| OKLCH | oklch(0.965 0.147 108.0) |
Copy-ready code
/* CSS */
color: #fdfb7e;
background-color: #fdfb7e;
/* Tailwind (arbitrary) */
class="text-[#fdfb7e] bg-[#fdfb7e]"
/* SCSS */
$brand: #fdfb7e;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.494)
/* Android */
Color.parseColor("#fdfb7e")Accessibility — WCAG contrast
Aa
#fdfb7e on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb7e on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow50.2%
Key (black)0.8%
Color previews
#fdfb7e text on a black background
contrast 19.28:1
Card sample
#fdfb7e text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb7e;
Background color
Panel with #fdfb7e background
background-color: #fdfb7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb7e; background: linear-gradient(135deg, #fdfb7e, #AAFD7E);