#fdfb3a
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 251, 58
HSL
59°, 98%, 61%
CMYK
0, 1, 77, 1
Luminance
0.9018
Every format
| HEX | #fdfb3a |
| RGB | rgb(253, 251, 58) |
| HSL | hsl(59, 98%, 61%) |
| CMYK | cmyk(0%, 1%, 77%, 1%) |
| LAB | lab(96.1 -19.5 84.7) |
| LCH | lch(96.1 86.9 102.9) |
| OKLCH | oklch(0.960 0.195 108.9) |
Copy-ready code
/* CSS */
color: #fdfb3a;
background-color: #fdfb3a;
/* Tailwind (arbitrary) */
class="text-[#fdfb3a] bg-[#fdfb3a]"
/* SCSS */
$brand: #fdfb3a;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.227)
/* Android */
Color.parseColor("#fdfb3a")Accessibility — WCAG contrast
Aa
#fdfb3a on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb3a on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow77.1%
Key (black)0.8%
Color previews
#fdfb3a text on a black background
contrast 19.04:1
Card sample
#fdfb3a text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb3a;
Background color
Panel with #fdfb3a background
background-color: #fdfb3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb3a; background: linear-gradient(135deg, #fdfb3a, #7DFD3A);