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