#fdfb5a
a light, electric yellow · cool · closest name: yellow
RGB
253, 251, 90
HSL
59°, 98%, 67%
CMYK
0, 1, 64, 1
Luminance
0.9062
Every format
| HEX | #fdfb5a |
| RGB | rgb(253, 251, 90) |
| HSL | hsl(59, 98%, 67%) |
| CMYK | cmyk(0%, 1%, 64%, 1%) |
| LAB | lab(96.3 -18.0 74.2) |
| LCH | lch(96.3 76.4 103.7) |
| OKLCH | oklch(0.962 0.176 108.6) |
Copy-ready code
/* CSS */
color: #fdfb5a;
background-color: #fdfb5a;
/* Tailwind (arbitrary) */
class="text-[#fdfb5a] bg-[#fdfb5a]"
/* SCSS */
$brand: #fdfb5a;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.353)
/* Android */
Color.parseColor("#fdfb5a")Accessibility — WCAG contrast
Aa
#fdfb5a on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb5a on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow64.4%
Key (black)0.8%
Color previews
#fdfb5a text on a black background
contrast 19.12:1
Card sample
#fdfb5a text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb5a;
Background color
Panel with #fdfb5a background
background-color: #fdfb5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb5a; background: linear-gradient(135deg, #fdfb5a, #92FD5A);