#f9d481
a light, electric yellow · warm · closest name: khaki
RGB
249, 212, 129
HSL
42°, 91%, 74%
CMYK
0, 15, 48, 2
Luminance
0.6881
Every format
| HEX | #f9d481 |
| RGB | rgb(249, 212, 129) |
| HSL | hsl(42, 91%, 74%) |
| CMYK | cmyk(0%, 15%, 48%, 2%) |
| LAB | lab(86.4 2.6 45.6) |
| LCH | lch(86.4 45.7 86.7) |
| OKLCH | oklch(0.884 0.110 86.2) |
Copy-ready code
/* CSS */
color: #f9d481;
background-color: #f9d481;
/* Tailwind (arbitrary) */
class="text-[#f9d481] bg-[#f9d481]"
/* SCSS */
$brand: #f9d481;
/* SwiftUI */
Color(red: 0.976, green: 0.831, blue: 0.506)
/* Android */
Color.parseColor("#f9d481")Accessibility — WCAG contrast
Aa
#f9d481 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9d481 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green83.1%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow48.2%
Key (black)2.4%
Color previews
#f9d481 text on a black background
contrast 14.76:1
Card sample
#f9d481 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9d481;
Background color
Panel with #f9d481 background
background-color: #f9d481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9d481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 212, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 212, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9d481; background: linear-gradient(135deg, #f9d481, #CEF981);