#fdf2aa
a light, electric yellow · cool · closest name: khaki
RGB
253, 242, 170
HSL
52°, 95%, 83%
CMYK
0, 4, 33, 1
Luminance
0.8729
Every format
| HEX | #fdf2aa |
| RGB | rgb(253, 242, 170) |
| HSL | hsl(52, 95%, 83%) |
| CMYK | cmyk(0%, 4%, 33%, 1%) |
| LAB | lab(94.9 -6.7 36.1) |
| LCH | lch(94.9 36.8 100.5) |
| OKLCH | oklch(0.953 0.091 100.5) |
Copy-ready code
/* CSS */
color: #fdf2aa;
background-color: #fdf2aa;
/* Tailwind (arbitrary) */
class="text-[#fdf2aa] bg-[#fdf2aa]"
/* SCSS */
$brand: #fdf2aa;
/* SwiftUI */
Color(red: 0.992, green: 0.949, blue: 0.667)
/* Android */
Color.parseColor("#fdf2aa")Accessibility — WCAG contrast
Aa
#fdf2aa on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf2aa on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.9%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow32.8%
Key (black)0.8%
Color previews
#fdf2aa text on a black background
contrast 18.46:1
Card sample
#fdf2aa text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf2aa;
Background color
Panel with #fdf2aa background
background-color: #fdf2aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf2aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 242, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 242, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf2aa; background: linear-gradient(135deg, #fdf2aa, #D1FDAA);