#fdff8a
a light, electric yellow · cool · closest name: khaki
RGB
253, 255, 138
HSL
61°, 100%, 77%
CMYK
1, 0, 46, 0
Luminance
0.9424
Every format
| HEX | #fdff8a |
| RGB | rgb(253, 255, 138) |
| HSL | hsl(61, 100%, 77%) |
| CMYK | cmyk(1%, 0%, 46%, 0%) |
| LAB | lab(97.7 -16.4 55.3) |
| LCH | lch(97.7 57.7 106.6) |
| OKLCH | oklch(0.975 0.140 109.6) |
Copy-ready code
/* CSS */
color: #fdff8a;
background-color: #fdff8a;
/* Tailwind (arbitrary) */
class="text-[#fdff8a] bg-[#fdff8a]"
/* SCSS */
$brand: #fdff8a;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.541)
/* Android */
Color.parseColor("#fdff8a")Accessibility — WCAG contrast
Aa
#fdff8a on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdff8a on black: 19.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue54.1%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow45.9%
Key (black)0.0%
Color previews
#fdff8a text on a black background
contrast 19.85:1
Card sample
#fdff8a text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdff8a;
Background color
Panel with #fdff8a background
background-color: #fdff8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdff8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdff8a; background: linear-gradient(135deg, #fdff8a, #AFFF8A);