#fdf032
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 240, 50
HSL
56°, 98%, 59%
CMYK
0, 5, 80, 1
Luminance
0.8343
Every format
| HEX | #fdf032 |
| RGB | rgb(253, 240, 50) |
| HSL | hsl(56, 98%, 59%) |
| CMYK | cmyk(0%, 5%, 80%, 1%) |
| LAB | lab(93.2 -14.4 84.3) |
| LCH | lch(93.2 85.5 99.7) |
| OKLCH | oklch(0.936 0.188 105.3) |
Copy-ready code
/* CSS */
color: #fdf032;
background-color: #fdf032;
/* Tailwind (arbitrary) */
class="text-[#fdf032] bg-[#fdf032]"
/* SCSS */
$brand: #fdf032;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.196)
/* Android */
Color.parseColor("#fdf032")Accessibility — WCAG contrast
Aa
#fdf032 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf032 on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow80.2%
Key (black)0.8%
Color previews
#fdf032 text on a black background
contrast 17.69:1
Card sample
#fdf032 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf032;
Background color
Panel with #fdf032 background
background-color: #fdf032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf032; background: linear-gradient(135deg, #fdf032, #82FD32);