#fffc29
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 252, 41
HSL
59°, 100%, 58%
CMYK
0, 1, 84, 0
Luminance
0.9104
Every format
| HEX | #fffc29 |
| RGB | rgb(255, 252, 41) |
| HSL | hsl(59, 100%, 58%) |
| CMYK | cmyk(0%, 1%, 84%, 0%) |
| LAB | lab(96.4 -19.6 89.1) |
| LCH | lch(96.4 91.2 102.4) |
| OKLCH | oklch(0.963 0.201 108.7) |
Copy-ready code
/* CSS */
color: #fffc29;
background-color: #fffc29;
/* Tailwind (arbitrary) */
class="text-[#fffc29] bg-[#fffc29]"
/* SCSS */
$brand: #fffc29;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.161)
/* Android */
Color.parseColor("#fffc29")Accessibility — WCAG contrast
Aa
#fffc29 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffc29 on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow83.9%
Key (black)0.0%
Color previews
#fffc29 text on a black background
contrast 19.21:1
Card sample
#fffc29 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffc29;
Background color
Panel with #fffc29 background
background-color: #fffc29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffc29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffc29; background: linear-gradient(135deg, #fffc29, #73FF29);