#f9cf4d
a balanced, electric yellow · cool · closest name: gold
RGB
249, 207, 77
HSL
45°, 94%, 64%
CMYK
0, 17, 69, 2
Luminance
0.6530
Every format
| HEX | #f9cf4d |
| RGB | rgb(249, 207, 77) |
| HSL | hsl(45, 94%, 64%) |
| CMYK | cmyk(0%, 17%, 69%, 2%) |
| LAB | lab(84.6 1.5 67.3) |
| LCH | lch(84.6 67.3 88.7) |
| OKLCH | oklch(0.868 0.150 90.7) |
Copy-ready code
/* CSS */
color: #f9cf4d;
background-color: #f9cf4d;
/* Tailwind (arbitrary) */
class="text-[#f9cf4d] bg-[#f9cf4d]"
/* SCSS */
$brand: #f9cf4d;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.302)
/* Android */
Color.parseColor("#f9cf4d")Accessibility — WCAG contrast
Aa
#f9cf4d on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cf4d on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow69.1%
Key (black)2.4%
Color previews
#f9cf4d text on a black background
contrast 14.06:1
Card sample
#f9cf4d text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cf4d;
Background color
Panel with #f9cf4d background
background-color: #f9cf4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cf4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cf4d; background: linear-gradient(135deg, #f9cf4d, #B0F94D);