#fdffa7
a light, electric yellow · cool · closest name: khaki
RGB
253, 255, 167
HSL
61°, 100%, 83%
CMYK
1, 0, 35, 0
Luminance
0.9519
Every format
| HEX | #fdffa7 |
| RGB | rgb(253, 255, 167) |
| HSL | hsl(61, 100%, 83%) |
| CMYK | cmyk(1%, 0%, 35%, 0%) |
| LAB | lab(98.1 -13.5 41.9) |
| LCH | lch(98.1 44.0 107.8) |
| OKLCH | oklch(0.979 0.109 109.4) |
Copy-ready code
/* CSS */
color: #fdffa7;
background-color: #fdffa7;
/* Tailwind (arbitrary) */
class="text-[#fdffa7] bg-[#fdffa7]"
/* SCSS */
$brand: #fdffa7;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.655)
/* Android */
Color.parseColor("#fdffa7")Accessibility — WCAG contrast
Aa
#fdffa7 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffa7 on black: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue65.5%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow34.5%
Key (black)0.0%
Color previews
#fdffa7 text on a black background
contrast 20.04:1
Card sample
#fdffa7 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffa7;
Background color
Panel with #fdffa7 background
background-color: #fdffa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffa7; background: linear-gradient(135deg, #fdffa7, #C2FFA7);