#fdfc48
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 252, 72
HSL
60°, 98%, 64%
CMYK
0, 0, 72, 1
Luminance
0.9097
Every format
| HEX | #fdfc48 |
| RGB | rgb(253, 252, 72) |
| HSL | hsl(60, 98%, 64%) |
| CMYK | cmyk(0%, 0%, 72%, 1%) |
| LAB | lab(96.4 -19.4 80.8) |
| LCH | lch(96.4 83.0 103.5) |
| OKLCH | oklch(0.962 0.189 109.2) |
Copy-ready code
/* CSS */
color: #fdfc48;
background-color: #fdfc48;
/* Tailwind (arbitrary) */
class="text-[#fdfc48] bg-[#fdfc48]"
/* SCSS */
$brand: #fdfc48;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.282)
/* Android */
Color.parseColor("#fdfc48")Accessibility — WCAG contrast
Aa
#fdfc48 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc48 on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow71.5%
Key (black)0.8%
Color previews
#fdfc48 text on a black background
contrast 19.19:1
Card sample
#fdfc48 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc48;
Background color
Panel with #fdfc48 background
background-color: #fdfc48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc48; background: linear-gradient(135deg, #fdfc48, #85FD48);