#fdf4af
a light, electric yellow · cool · closest name: khaki
RGB
253, 244, 175
HSL
53°, 95%, 84%
CMYK
0, 4, 31, 1
Luminance
0.8868
Every format
| HEX | #fdf4af |
| RGB | rgb(253, 244, 175) |
| HSL | hsl(53, 95%, 84%) |
| CMYK | cmyk(0%, 4%, 31%, 1%) |
| LAB | lab(95.5 -7.1 34.4) |
| LCH | lch(95.5 35.1 101.7) |
| OKLCH | oklch(0.958 0.088 101.6) |
Copy-ready code
/* CSS */
color: #fdf4af;
background-color: #fdf4af;
/* Tailwind (arbitrary) */
class="text-[#fdf4af] bg-[#fdf4af]"
/* SCSS */
$brand: #fdf4af;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#fdf4af")Accessibility — WCAG contrast
Aa
#fdf4af on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf4af on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow30.8%
Key (black)0.8%
Color previews
#fdf4af text on a black background
contrast 18.74:1
Card sample
#fdf4af text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf4af;
Background color
Panel with #fdf4af background
background-color: #fdf4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf4af; background: linear-gradient(135deg, #fdf4af, #D2FDAF);