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