#fdfe84
a light, electric yellow · cool · closest name: khaki
RGB
253, 254, 132
HSL
61°, 98%, 76%
CMYK
0, 0, 48, 0
Luminance
0.9343
Every format
| HEX | #fdfe84 |
| RGB | rgb(253, 254, 132) |
| HSL | hsl(61, 98%, 76%) |
| CMYK | cmyk(0%, 0%, 48%, 0%) |
| LAB | lab(97.4 -16.5 57.7) |
| LCH | lch(97.4 60.0 106.0) |
| OKLCH | oklch(0.972 0.145 109.2) |
Copy-ready code
/* CSS */
color: #fdfe84;
background-color: #fdfe84;
/* Tailwind (arbitrary) */
class="text-[#fdfe84] bg-[#fdfe84]"
/* SCSS */
$brand: #fdfe84;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.518)
/* Android */
Color.parseColor("#fdfe84")Accessibility — WCAG contrast
Aa
#fdfe84 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe84 on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue51.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow48.0%
Key (black)0.4%
Color previews
#fdfe84 text on a black background
contrast 19.69:1
Card sample
#fdfe84 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe84;
Background color
Panel with #fdfe84 background
background-color: #fdfe84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe84; background: linear-gradient(135deg, #fdfe84, #ACFE84);