#fdfb4a
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 251, 74
HSL
59°, 98%, 64%
CMYK
0, 1, 71, 1
Luminance
0.9037
Every format
| HEX | #fdfb4a |
| RGB | rgb(253, 251, 74) |
| HSL | hsl(59, 98%, 64%) |
| CMYK | cmyk(0%, 1%, 71%, 1%) |
| LAB | lab(96.2 -18.8 79.9) |
| LCH | lch(96.2 82.0 103.3) |
| OKLCH | oklch(0.960 0.186 108.8) |
Copy-ready code
/* CSS */
color: #fdfb4a;
background-color: #fdfb4a;
/* Tailwind (arbitrary) */
class="text-[#fdfb4a] bg-[#fdfb4a]"
/* SCSS */
$brand: #fdfb4a;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.290)
/* Android */
Color.parseColor("#fdfb4a")Accessibility — WCAG contrast
Aa
#fdfb4a on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb4a on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow70.8%
Key (black)0.8%
Color previews
#fdfb4a text on a black background
contrast 19.07:1
Card sample
#fdfb4a text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb4a;
Background color
Panel with #fdfb4a background
background-color: #fdfb4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb4a; background: linear-gradient(135deg, #fdfb4a, #88FD4A);