#fdffae
a light, electric yellow · cool · closest name: khaki
RGB
253, 255, 174
HSL
62°, 100%, 84%
CMYK
1, 0, 32, 0
Luminance
0.9546
Every format
| HEX | #fdffae |
| RGB | rgb(253, 255, 174) |
| HSL | hsl(62, 100%, 84%) |
| CMYK | cmyk(1%, 0%, 32%, 0%) |
| LAB | lab(98.2 -12.7 38.6) |
| LCH | lch(98.2 40.6 108.2) |
| OKLCH | oklch(0.980 0.101 109.3) |
Copy-ready code
/* CSS */
color: #fdffae;
background-color: #fdffae;
/* Tailwind (arbitrary) */
class="text-[#fdffae] bg-[#fdffae]"
/* SCSS */
$brand: #fdffae;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#fdffae")Accessibility — WCAG contrast
Aa
#fdffae on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffae on black: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue68.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#fdffae text on a black background
contrast 20.09:1
Card sample
#fdffae text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffae;
Background color
Panel with #fdffae background
background-color: #fdffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffae; background: linear-gradient(135deg, #fdffae, #C7FFAE);