#fdf116
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 241, 22
HSL
57°, 98%, 54%
CMYK
0, 5, 91, 1
Luminance
0.8385
Every format
| HEX | #fdf116 |
| RGB | rgb(253, 241, 22) |
| HSL | hsl(57, 98%, 54%) |
| CMYK | cmyk(0%, 5%, 91%, 1%) |
| LAB | lab(93.4 -15.5 89.8) |
| LCH | lch(93.4 91.1 99.8) |
| OKLCH | oklch(0.938 0.197 105.9) |
Copy-ready code
/* CSS */
color: #fdf116;
background-color: #fdf116;
/* Tailwind (arbitrary) */
class="text-[#fdf116] bg-[#fdf116]"
/* SCSS */
$brand: #fdf116;
/* SwiftUI */
Color(red: 0.992, green: 0.945, blue: 0.086)
/* Android */
Color.parseColor("#fdf116")Accessibility — WCAG contrast
Aa
#fdf116 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf116 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow91.3%
Key (black)0.8%
Color previews
#fdf116 text on a black background
contrast 17.77:1
Card sample
#fdf116 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf116;
Background color
Panel with #fdf116 background
background-color: #fdf116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 241, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 241, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf116; background: linear-gradient(135deg, #fdf116, #6FFD16);