#fdf02a
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 240, 42
HSL
56°, 98%, 58%
CMYK
0, 5, 83, 1
Luminance
0.8337
Every format
| HEX | #fdf02a |
| RGB | rgb(253, 240, 42) |
| HSL | hsl(56, 98%, 58%) |
| CMYK | cmyk(0%, 5%, 83%, 1%) |
| LAB | lab(93.2 -14.6 86.1) |
| LCH | lch(93.2 87.4 99.6) |
| OKLCH | oklch(0.936 0.191 105.4) |
Copy-ready code
/* CSS */
color: #fdf02a;
background-color: #fdf02a;
/* Tailwind (arbitrary) */
class="text-[#fdf02a] bg-[#fdf02a]"
/* SCSS */
$brand: #fdf02a;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.165)
/* Android */
Color.parseColor("#fdf02a")Accessibility — WCAG contrast
Aa
#fdf02a on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf02a on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow83.4%
Key (black)0.8%
Color previews
#fdf02a text on a black background
contrast 17.67:1
Card sample
#fdf02a text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf02a;
Background color
Panel with #fdf02a background
background-color: #fdf02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf02a; background: linear-gradient(135deg, #fdf02a, #7DFD2A);