#fdf01a
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 240, 26
HSL
57°, 98%, 55%
CMYK
0, 5, 90, 1
Luminance
0.8328
Every format
| HEX | #fdf01a |
| RGB | rgb(253, 240, 26) |
| HSL | hsl(57, 98%, 55%) |
| CMYK | cmyk(0%, 5%, 90%, 1%) |
| LAB | lab(93.1 -14.9 89.0) |
| LCH | lch(93.1 90.3 99.5) |
| OKLCH | oklch(0.936 0.196 105.5) |
Copy-ready code
/* CSS */
color: #fdf01a;
background-color: #fdf01a;
/* Tailwind (arbitrary) */
class="text-[#fdf01a] bg-[#fdf01a]"
/* SCSS */
$brand: #fdf01a;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.102)
/* Android */
Color.parseColor("#fdf01a")Accessibility — WCAG contrast
Aa
#fdf01a on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf01a on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow89.7%
Key (black)0.8%
Color previews
#fdf01a text on a black background
contrast 17.66:1
Card sample
#fdf01a text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf01a;
Background color
Panel with #fdf01a background
background-color: #fdf01a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf01a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf01a; background: linear-gradient(135deg, #fdf01a, #73FD1A);