#fdff44
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 255, 68
HSL
61°, 100%, 63%
CMYK
1, 0, 73, 0
Luminance
0.9282
Every format
| HEX | #fdff44 |
| RGB | rgb(253, 255, 68) |
| HSL | hsl(61, 100%, 63%) |
| CMYK | cmyk(1%, 0%, 73%, 0%) |
| LAB | lab(97.2 -21.0 82.7) |
| LCH | lch(97.2 85.3 104.2) |
| OKLCH | oklch(0.968 0.193 110.2) |
Copy-ready code
/* CSS */
color: #fdff44;
background-color: #fdff44;
/* Tailwind (arbitrary) */
class="text-[#fdff44] bg-[#fdff44]"
/* SCSS */
$brand: #fdff44;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.267)
/* Android */
Color.parseColor("#fdff44")Accessibility — WCAG contrast
Aa
#fdff44 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdff44 on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue26.7%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow73.3%
Key (black)0.0%
Color previews
#fdff44 text on a black background
contrast 19.56:1
Card sample
#fdff44 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdff44;
Background color
Panel with #fdff44 background
background-color: #fdff44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdff44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdff44; background: linear-gradient(135deg, #fdff44, #80FF44);