#fdf93e
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 249, 62
HSL
59°, 98%, 62%
CMYK
0, 2, 76, 1
Luminance
0.8898
Every format
| HEX | #fdf93e |
| RGB | rgb(253, 249, 62) |
| HSL | hsl(59, 98%, 62%) |
| CMYK | cmyk(0%, 2%, 76%, 1%) |
| LAB | lab(95.6 -18.4 83.1) |
| LCH | lch(95.6 85.1 102.5) |
| OKLCH | oklch(0.956 0.191 108.2) |
Copy-ready code
/* CSS */
color: #fdf93e;
background-color: #fdf93e;
/* Tailwind (arbitrary) */
class="text-[#fdf93e] bg-[#fdf93e]"
/* SCSS */
$brand: #fdf93e;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.243)
/* Android */
Color.parseColor("#fdf93e")Accessibility — WCAG contrast
Aa
#fdf93e on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf93e on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow75.5%
Key (black)0.8%
Color previews
#fdf93e text on a black background
contrast 18.80:1
Card sample
#fdf93e text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf93e;
Background color
Panel with #fdf93e background
background-color: #fdf93e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf93e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf93e; background: linear-gradient(135deg, #fdf93e, #82FD3E);