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