#f9cd3c
a balanced, electric yellow · cool · closest name: gold
RGB
249, 205, 60
HSL
46°, 94%, 61%
CMYK
0, 18, 76, 2
Luminance
0.6413
Every format
| HEX | #f9cd3c |
| RGB | rgb(249, 205, 60) |
| HSL | hsl(46, 94%, 61%) |
| CMYK | cmyk(0%, 18%, 76%, 2%) |
| LAB | lab(84.0 1.8 73.0) |
| LCH | lch(84.0 73.0 88.6) |
| OKLCH | oklch(0.863 0.160 91.0) |
Copy-ready code
/* CSS */
color: #f9cd3c;
background-color: #f9cd3c;
/* Tailwind (arbitrary) */
class="text-[#f9cd3c] bg-[#f9cd3c]"
/* SCSS */
$brand: #f9cd3c;
/* SwiftUI */
Color(red: 0.976, green: 0.804, blue: 0.235)
/* Android */
Color.parseColor("#f9cd3c")Accessibility — WCAG contrast
Aa
#f9cd3c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cd3c on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow75.9%
Key (black)2.4%
Color previews
#f9cd3c text on a black background
contrast 13.83:1
Card sample
#f9cd3c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cd3c;
Background color
Panel with #f9cd3c background
background-color: #f9cd3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cd3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 205, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 205, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cd3c; background: linear-gradient(135deg, #f9cd3c, #A7F93C);