#fdf535
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 245, 53
HSL
58°, 98%, 60%
CMYK
0, 3, 79, 1
Luminance
0.8644
Every format
| HEX | #fdf535 |
| RGB | rgb(253, 245, 53) |
| HSL | hsl(58, 98%, 60%) |
| CMYK | cmyk(0%, 3%, 79%, 1%) |
| LAB | lab(94.5 -16.7 84.6) |
| LCH | lch(94.5 86.3 101.2) |
| OKLCH | oklch(0.947 0.191 107.0) |
Copy-ready code
/* CSS */
color: #fdf535;
background-color: #fdf535;
/* Tailwind (arbitrary) */
class="text-[#fdf535] bg-[#fdf535]"
/* SCSS */
$brand: #fdf535;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.208)
/* Android */
Color.parseColor("#fdf535")Accessibility — WCAG contrast
Aa
#fdf535 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf535 on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow79.1%
Key (black)0.8%
Color previews
#fdf535 text on a black background
contrast 18.29:1
Card sample
#fdf535 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf535;
Background color
Panel with #fdf535 background
background-color: #fdf535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf535; background: linear-gradient(135deg, #fdf535, #80FD35);