#f9da7d
a light, electric yellow · cool · closest name: khaki
RGB
249, 218, 125
HSL
45°, 91%, 73%
CMYK
0, 12, 50, 2
Luminance
0.7176
Every format
| HEX | #f9da7d |
| RGB | rgb(249, 218, 125) |
| HSL | hsl(45, 91%, 73%) |
| CMYK | cmyk(0%, 12%, 50%, 2%) |
| LAB | lab(87.9 -0.8 49.4) |
| LCH | lch(87.9 49.4 90.9) |
| OKLCH | oklch(0.895 0.118 91.5) |
Copy-ready code
/* CSS */
color: #f9da7d;
background-color: #f9da7d;
/* Tailwind (arbitrary) */
class="text-[#f9da7d] bg-[#f9da7d]"
/* SCSS */
$brand: #f9da7d;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.490)
/* Android */
Color.parseColor("#f9da7d")Accessibility — WCAG contrast
Aa
#f9da7d on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9da7d on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow49.8%
Key (black)2.4%
Color previews
#f9da7d text on a black background
contrast 15.35:1
Card sample
#f9da7d text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9da7d;
Background color
Panel with #f9da7d background
background-color: #f9da7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9da7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9da7d; background: linear-gradient(135deg, #f9da7d, #C5F97D);