#fdfc84
a light, electric yellow · cool · closest name: khaki
RGB
253, 252, 132
HSL
60°, 97%, 76%
CMYK
0, 0, 48, 1
Luminance
0.9217
Every format
| HEX | #fdfc84 |
| RGB | rgb(253, 252, 132) |
| HSL | hsl(60, 97%, 76%) |
| CMYK | cmyk(0%, 0%, 48%, 1%) |
| LAB | lab(96.9 -15.5 57.1) |
| LCH | lch(96.9 59.1 105.2) |
| OKLCH | oklch(0.968 0.143 108.4) |
Copy-ready code
/* CSS */
color: #fdfc84;
background-color: #fdfc84;
/* Tailwind (arbitrary) */
class="text-[#fdfc84] bg-[#fdfc84]"
/* SCSS */
$brand: #fdfc84;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.518)
/* Android */
Color.parseColor("#fdfc84")Accessibility — WCAG contrast
Aa
#fdfc84 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc84 on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow47.8%
Key (black)0.8%
Color previews
#fdfc84 text on a black background
contrast 19.43:1
Card sample
#fdfc84 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc84;
Background color
Panel with #fdfc84 background
background-color: #fdfc84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc84; background: linear-gradient(135deg, #fdfc84, #ADFD84);