#fdfc59
a light, electric yellow · cool · closest name: yellow
RGB
253, 252, 89
HSL
60°, 98%, 67%
CMYK
0, 0, 65, 1
Luminance
0.9122
Every format
| HEX | #fdfc59 |
| RGB | rgb(253, 252, 89) |
| HSL | hsl(60, 98%, 67%) |
| CMYK | cmyk(0%, 0%, 65%, 1%) |
| LAB | lab(96.5 -18.6 74.9) |
| LCH | lch(96.5 77.1 103.9) |
| OKLCH | oklch(0.964 0.178 109.0) |
Copy-ready code
/* CSS */
color: #fdfc59;
background-color: #fdfc59;
/* Tailwind (arbitrary) */
class="text-[#fdfc59] bg-[#fdfc59]"
/* SCSS */
$brand: #fdfc59;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.349)
/* Android */
Color.parseColor("#fdfc59")Accessibility — WCAG contrast
Aa
#fdfc59 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc59 on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow64.8%
Key (black)0.8%
Color previews
#fdfc59 text on a black background
contrast 19.24:1
Card sample
#fdfc59 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc59;
Background color
Panel with #fdfc59 background
background-color: #fdfc59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc59; background: linear-gradient(135deg, #fdfc59, #91FD59);