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