#fdff9f
a light, electric yellow · cool · closest name: khaki
RGB
253, 255, 159
HSL
61°, 100%, 81%
CMYK
1, 0, 38, 0
Luminance
0.9491
Every format
| HEX | #fdff9f |
| RGB | rgb(253, 255, 159) |
| HSL | hsl(61, 100%, 81%) |
| CMYK | cmyk(1%, 0%, 38%, 0%) |
| LAB | lab(98.0 -14.4 45.6) |
| LCH | lch(98.0 47.9 107.5) |
| OKLCH | oklch(0.978 0.118 109.4) |
Copy-ready code
/* CSS */
color: #fdff9f;
background-color: #fdff9f;
/* Tailwind (arbitrary) */
class="text-[#fdff9f] bg-[#fdff9f]"
/* SCSS */
$brand: #fdff9f;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.624)
/* Android */
Color.parseColor("#fdff9f")Accessibility — WCAG contrast
Aa
#fdff9f on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdff9f on black: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue62.4%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow37.6%
Key (black)0.0%
Color previews
#fdff9f text on a black background
contrast 19.98:1
Card sample
#fdff9f text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdff9f;
Background color
Panel with #fdff9f background
background-color: #fdff9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdff9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdff9f; background: linear-gradient(135deg, #fdff9f, #BDFF9F);