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