#fdfaad
a light, electric yellow · cool · closest name: khaki
RGB
253, 250, 173
HSL
58°, 95%, 84%
CMYK
0, 1, 32, 1
Luminance
0.9227
Every format
| HEX | #fdfaad |
| RGB | rgb(253, 250, 173) |
| HSL | hsl(58, 95%, 84%) |
| CMYK | cmyk(0%, 1%, 32%, 1%) |
| LAB | lab(96.9 -10.3 37.4) |
| LCH | lch(96.9 38.8 105.4) |
| OKLCH | oklch(0.970 0.097 106.2) |
Copy-ready code
/* CSS */
color: #fdfaad;
background-color: #fdfaad;
/* Tailwind (arbitrary) */
class="text-[#fdfaad] bg-[#fdfaad]"
/* SCSS */
$brand: #fdfaad;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.678)
/* Android */
Color.parseColor("#fdfaad")Accessibility — WCAG contrast
Aa
#fdfaad on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfaad on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow31.6%
Key (black)0.8%
Color previews
#fdfaad text on a black background
contrast 19.45:1
Card sample
#fdfaad text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfaad;
Background color
Panel with #fdfaad background
background-color: #fdfaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfaad; background: linear-gradient(135deg, #fdfaad, #CBFDAD);