#fdfc71
a light, electric yellow · cool · closest name: khaki
RGB
253, 252, 113
HSL
60°, 97%, 72%
CMYK
0, 0, 55, 1
Luminance
0.9170
Every format
| HEX | #fdfc71 |
| RGB | rgb(253, 252, 113) |
| HSL | hsl(60, 97%, 72%) |
| CMYK | cmyk(0%, 0%, 55%, 1%) |
| LAB | lab(96.7 -17.0 65.3) |
| LCH | lch(96.7 67.5 104.6) |
| OKLCH | oklch(0.966 0.160 108.7) |
Copy-ready code
/* CSS */
color: #fdfc71;
background-color: #fdfc71;
/* Tailwind (arbitrary) */
class="text-[#fdfc71] bg-[#fdfc71]"
/* SCSS */
$brand: #fdfc71;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.443)
/* Android */
Color.parseColor("#fdfc71")Accessibility — WCAG contrast
Aa
#fdfc71 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc71 on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow55.3%
Key (black)0.8%
Color previews
#fdfc71 text on a black background
contrast 19.34:1
Card sample
#fdfc71 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc71;
Background color
Panel with #fdfc71 background
background-color: #fdfc71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc71; background: linear-gradient(135deg, #fdfc71, #A1FD71);