#fdfe53
a light, electric yellow · cool · closest name: yellow
RGB
253, 254, 83
HSL
60°, 99%, 66%
CMYK
0, 0, 67, 0
Luminance
0.9239
Every format
| HEX | #fdfe53 |
| RGB | rgb(253, 254, 83) |
| HSL | hsl(60, 99%, 66%) |
| CMYK | cmyk(0%, 0%, 67%, 0%) |
| LAB | lab(97.0 -19.8 77.6) |
| LCH | lch(97.0 80.1 104.3) |
| OKLCH | oklch(0.967 0.184 109.7) |
Copy-ready code
/* CSS */
color: #fdfe53;
background-color: #fdfe53;
/* Tailwind (arbitrary) */
class="text-[#fdfe53] bg-[#fdfe53]"
/* SCSS */
$brand: #fdfe53;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.325)
/* Android */
Color.parseColor("#fdfe53")Accessibility — WCAG contrast
Aa
#fdfe53 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe53 on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue32.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow67.3%
Key (black)0.4%
Color previews
#fdfe53 text on a black background
contrast 19.48:1
Card sample
#fdfe53 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe53;
Background color
Panel with #fdfe53 background
background-color: #fdfe53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe53; background: linear-gradient(135deg, #fdfe53, #8BFE53);