#fdf832
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 248, 50
HSL
59°, 98%, 59%
CMYK
0, 2, 80, 1
Luminance
0.8825
Every format
| HEX | #fdf832 |
| RGB | rgb(253, 248, 50) |
| HSL | hsl(59, 98%, 59%) |
| CMYK | cmyk(0%, 2%, 80%, 1%) |
| LAB | lab(95.3 -18.3 86.0) |
| LCH | lch(95.3 88.0 102.0) |
| OKLCH | oklch(0.953 0.195 108.0) |
Copy-ready code
/* CSS */
color: #fdf832;
background-color: #fdf832;
/* Tailwind (arbitrary) */
class="text-[#fdf832] bg-[#fdf832]"
/* SCSS */
$brand: #fdf832;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.196)
/* Android */
Color.parseColor("#fdf832")Accessibility — WCAG contrast
Aa
#fdf832 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf832 on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow80.2%
Key (black)0.8%
Color previews
#fdf832 text on a black background
contrast 18.65:1
Card sample
#fdf832 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf832;
Background color
Panel with #fdf832 background
background-color: #fdf832;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf832;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf832; background: linear-gradient(135deg, #fdf832, #7BFD32);