#fdf71e
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 247, 30
HSL
58°, 98%, 56%
CMYK
0, 2, 88, 1
Luminance
0.8750
Every format
| HEX | #fdf71e |
| RGB | rgb(253, 247, 30) |
| HSL | hsl(58, 98%, 56%) |
| CMYK | cmyk(0%, 2%, 88%, 1%) |
| LAB | lab(95.0 -18.3 89.8) |
| LCH | lch(95.0 91.7 101.5) |
| OKLCH | oklch(0.950 0.200 107.8) |
Copy-ready code
/* CSS */
color: #fdf71e;
background-color: #fdf71e;
/* Tailwind (arbitrary) */
class="text-[#fdf71e] bg-[#fdf71e]"
/* SCSS */
$brand: #fdf71e;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.118)
/* Android */
Color.parseColor("#fdf71e")Accessibility — WCAG contrast
Aa
#fdf71e on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf71e on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow88.1%
Key (black)0.8%
Color previews
#fdf71e text on a black background
contrast 18.50:1
Card sample
#fdf71e text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf71e;
Background color
Panel with #fdf71e background
background-color: #fdf71e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf71e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf71e; background: linear-gradient(135deg, #fdf71e, #6EFD1E);