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