#fdfb6e
a light, electric yellow · cool · closest name: khaki
RGB
253, 251, 110
HSL
59°, 97%, 71%
CMYK
0, 1, 57, 1
Luminance
0.9100
Every format
| HEX | #fdfb6e |
| RGB | rgb(253, 251, 110) |
| HSL | hsl(59, 97%, 71%) |
| CMYK | cmyk(0%, 1%, 57%, 1%) |
| LAB | lab(96.4 -16.8 66.3) |
| LCH | lch(96.4 68.4 104.2) |
| OKLCH | oklch(0.963 0.161 108.3) |
Copy-ready code
/* CSS */
color: #fdfb6e;
background-color: #fdfb6e;
/* Tailwind (arbitrary) */
class="text-[#fdfb6e] bg-[#fdfb6e]"
/* SCSS */
$brand: #fdfb6e;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.431)
/* Android */
Color.parseColor("#fdfb6e")Accessibility — WCAG contrast
Aa
#fdfb6e on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb6e on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow56.5%
Key (black)0.8%
Color previews
#fdfb6e text on a black background
contrast 19.20:1
Card sample
#fdfb6e text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb6e;
Background color
Panel with #fdfb6e background
background-color: #fdfb6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb6e; background: linear-gradient(135deg, #fdfb6e, #A0FD6E);