#fdf519
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 245, 25
HSL
58°, 98%, 55%
CMYK
0, 3, 90, 1
Luminance
0.8626
Every format
| HEX | #fdf519 |
| RGB | rgb(253, 245, 25) |
| HSL | hsl(58, 98%, 55%) |
| CMYK | cmyk(0%, 3%, 90%, 1%) |
| LAB | lab(94.4 -17.4 90.2) |
| LCH | lch(94.4 91.8 100.9) |
| OKLCH | oklch(0.946 0.200 107.2) |
Copy-ready code
/* CSS */
color: #fdf519;
background-color: #fdf519;
/* Tailwind (arbitrary) */
class="text-[#fdf519] bg-[#fdf519]"
/* SCSS */
$brand: #fdf519;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.098)
/* Android */
Color.parseColor("#fdf519")Accessibility — WCAG contrast
Aa
#fdf519 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf519 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow90.1%
Key (black)0.8%
Color previews
#fdf519 text on a black background
contrast 18.25:1
Card sample
#fdf519 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf519;
Background color
Panel with #fdf519 background
background-color: #fdf519;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf519;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf519; background: linear-gradient(135deg, #fdf519, #6DFD19);