#fdfc33
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 252, 51
HSL
60°, 98%, 60%
CMYK
0, 0, 80, 1
Luminance
0.9074
Every format
| HEX | #fdfc33 |
| RGB | rgb(253, 252, 51) |
| HSL | hsl(60, 98%, 60%) |
| CMYK | cmyk(0%, 0%, 80%, 1%) |
| LAB | lab(96.3 -20.2 86.7) |
| LCH | lch(96.3 89.0 103.1) |
| OKLCH | oklch(0.961 0.198 109.3) |
Copy-ready code
/* CSS */
color: #fdfc33;
background-color: #fdfc33;
/* Tailwind (arbitrary) */
class="text-[#fdfc33] bg-[#fdfc33]"
/* SCSS */
$brand: #fdfc33;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.200)
/* Android */
Color.parseColor("#fdfc33")Accessibility — WCAG contrast
Aa
#fdfc33 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc33 on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow79.8%
Key (black)0.8%
Color previews
#fdfc33 text on a black background
contrast 19.15:1
Card sample
#fdfc33 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc33;
Background color
Panel with #fdfc33 background
background-color: #fdfc33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc33; background: linear-gradient(135deg, #fdfc33, #77FD33);