#fdfaa4
a light, electric yellow · cool · closest name: khaki
RGB
253, 250, 164
HSL
58°, 96%, 82%
CMYK
0, 1, 35, 1
Luminance
0.9193
Every format
| HEX | #fdfaa4 |
| RGB | rgb(253, 250, 164) |
| HSL | hsl(58, 96%, 82%) |
| CMYK | cmyk(0%, 1%, 35%, 1%) |
| LAB | lab(96.8 -11.4 41.7) |
| LCH | lch(96.8 43.2 105.3) |
| OKLCH | oklch(0.968 0.107 106.5) |
Copy-ready code
/* CSS */
color: #fdfaa4;
background-color: #fdfaa4;
/* Tailwind (arbitrary) */
class="text-[#fdfaa4] bg-[#fdfaa4]"
/* SCSS */
$brand: #fdfaa4;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.643)
/* Android */
Color.parseColor("#fdfaa4")Accessibility — WCAG contrast
Aa
#fdfaa4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfaa4 on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow35.2%
Key (black)0.8%
Color previews
#fdfaa4 text on a black background
contrast 19.39:1
Card sample
#fdfaa4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfaa4;
Background color
Panel with #fdfaa4 background
background-color: #fdfaa4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfaa4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfaa4; background: linear-gradient(135deg, #fdfaa4, #C5FDA4);