#fdff6d
a light, electric yellow · cool · closest name: khaki
RGB
253, 255, 109
HSL
61°, 100%, 71%
CMYK
1, 0, 57, 0
Luminance
0.9351
Every format
| HEX | #fdff6d |
| RGB | rgb(253, 255, 109) |
| HSL | hsl(61, 100%, 71%) |
| CMYK | cmyk(1%, 0%, 57%, 0%) |
| LAB | lab(97.4 -18.8 67.9) |
| LCH | lch(97.4 70.4 105.5) |
| OKLCH | oklch(0.971 0.166 109.9) |
Copy-ready code
/* CSS */
color: #fdff6d;
background-color: #fdff6d;
/* Tailwind (arbitrary) */
class="text-[#fdff6d] bg-[#fdff6d]"
/* SCSS */
$brand: #fdff6d;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.427)
/* Android */
Color.parseColor("#fdff6d")Accessibility — WCAG contrast
Aa
#fdff6d on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdff6d on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue42.7%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow57.3%
Key (black)0.0%
Color previews
#fdff6d text on a black background
contrast 19.70:1
Card sample
#fdff6d text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdff6d;
Background color
Panel with #fdff6d background
background-color: #fdff6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdff6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdff6d; background: linear-gradient(135deg, #fdff6d, #9CFF6D);