#fdfd2e
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 253, 46
HSL
60°, 98%, 59%
CMYK
0, 0, 82, 1
Luminance
0.9133
Every format
| HEX | #fdfd2e |
| RGB | rgb(253, 253, 46) |
| HSL | hsl(60, 98%, 59%) |
| CMYK | cmyk(0%, 0%, 82%, 1%) |
| LAB | lab(96.5 -20.8 88.1) |
| LCH | lch(96.5 90.5 103.3) |
| OKLCH | oklch(0.963 0.201 109.6) |
Copy-ready code
/* CSS */
color: #fdfd2e;
background-color: #fdfd2e;
/* Tailwind (arbitrary) */
class="text-[#fdfd2e] bg-[#fdfd2e]"
/* SCSS */
$brand: #fdfd2e;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.180)
/* Android */
Color.parseColor("#fdfd2e")Accessibility — WCAG contrast
Aa
#fdfd2e on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfd2e on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow81.8%
Key (black)0.8%
Color previews
#fdfd2e text on a black background
contrast 19.27:1
Card sample
#fdfd2e text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfd2e;
Background color
Panel with #fdfd2e background
background-color: #fdfd2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfd2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfd2e; background: linear-gradient(135deg, #fdfd2e, #73FD2E);