#fdfe44
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 254, 68
HSL
60°, 99%, 63%
CMYK
0, 0, 73, 0
Luminance
0.9218
Every format
| HEX | #fdfe44 |
| RGB | rgb(253, 254, 68) |
| HSL | hsl(60, 99%, 63%) |
| CMYK | cmyk(0%, 0%, 73%, 0%) |
| LAB | lab(96.9 -20.5 82.5) |
| LCH | lch(96.9 85.0 104.0) |
| OKLCH | oklch(0.966 0.192 109.8) |
Copy-ready code
/* CSS */
color: #fdfe44;
background-color: #fdfe44;
/* Tailwind (arbitrary) */
class="text-[#fdfe44] bg-[#fdfe44]"
/* SCSS */
$brand: #fdfe44;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.267)
/* Android */
Color.parseColor("#fdfe44")Accessibility — WCAG contrast
Aa
#fdfe44 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe44 on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue26.7%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow73.2%
Key (black)0.4%
Color previews
#fdfe44 text on a black background
contrast 19.44:1
Card sample
#fdfe44 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe44;
Background color
Panel with #fdfe44 background
background-color: #fdfe44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe44; background: linear-gradient(135deg, #fdfe44, #81FE44);