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