#f9fdad
a light, electric yellow · cool · closest name: khaki
RGB
249, 253, 173
HSL
63°, 95%, 84%
CMYK
2, 0, 32, 1
Luminance
0.9341
Every format
| HEX | #f9fdad |
| RGB | rgb(249, 253, 173) |
| HSL | hsl(63, 95%, 84%) |
| CMYK | cmyk(2%, 0%, 32%, 1%) |
| LAB | lab(97.4 -13.3 37.9) |
| LCH | lch(97.4 40.2 109.3) |
| OKLCH | oklch(0.973 0.101 110.5) |
Copy-ready code
/* CSS */
color: #f9fdad;
background-color: #f9fdad;
/* Tailwind (arbitrary) */
class="text-[#f9fdad] bg-[#f9fdad]"
/* SCSS */
$brand: #f9fdad;
/* SwiftUI */
Color(red: 0.976, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#f9fdad")Accessibility — WCAG contrast
Aa
#f9fdad on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fdad on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.2%
Blue67.8%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#f9fdad text on a black background
contrast 19.68:1
Card sample
#f9fdad text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fdad;
Background color
Panel with #f9fdad background
background-color: #f9fdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fdad; background: linear-gradient(135deg, #f9fdad, #C4FDAD);