#fdf432
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 244, 50
HSL
57°, 98%, 59%
CMYK
0, 4, 80, 1
Luminance
0.8581
Every format
| HEX | #fdf432 |
| RGB | rgb(253, 244, 50) |
| HSL | hsl(57, 98%, 59%) |
| CMYK | cmyk(0%, 4%, 80%, 1%) |
| LAB | lab(94.2 -16.3 85.2) |
| LCH | lch(94.2 86.7 100.9) |
| OKLCH | oklch(0.945 0.192 106.7) |
Copy-ready code
/* CSS */
color: #fdf432;
background-color: #fdf432;
/* Tailwind (arbitrary) */
class="text-[#fdf432] bg-[#fdf432]"
/* SCSS */
$brand: #fdf432;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.196)
/* Android */
Color.parseColor("#fdf432")Accessibility — WCAG contrast
Aa
#fdf432 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf432 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow80.2%
Key (black)0.8%
Color previews
#fdf432 text on a black background
contrast 18.16:1
Card sample
#fdf432 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf432;
Background color
Panel with #fdf432 background
background-color: #fdf432;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf432;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf432; background: linear-gradient(135deg, #fdf432, #7FFD32);