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