#fdf70c
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 247, 12
HSL
59°, 98%, 52%
CMYK
0, 2, 95, 1
Luminance
0.8743
Every format
| HEX | #fdf70c |
| RGB | rgb(253, 247, 12) |
| HSL | hsl(59, 98%, 52%) |
| CMYK | cmyk(0%, 2%, 95%, 1%) |
| LAB | lab(94.9 -18.5 91.9) |
| LCH | lch(94.9 93.8 101.4) |
| OKLCH | oklch(0.950 0.203 107.9) |
Copy-ready code
/* CSS */
color: #fdf70c;
background-color: #fdf70c;
/* Tailwind (arbitrary) */
class="text-[#fdf70c] bg-[#fdf70c]"
/* SCSS */
$brand: #fdf70c;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.047)
/* Android */
Color.parseColor("#fdf70c")Accessibility — WCAG contrast
Aa
#fdf70c on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf70c on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow95.3%
Key (black)0.8%
Color previews
#fdf70c text on a black background
contrast 18.49:1
Card sample
#fdf70c text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf70c;
Background color
Panel with #fdf70c background
background-color: #fdf70c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf70c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf70c; background: linear-gradient(135deg, #fdf70c, #62FD0C);