#f9dc2f
a balanced, electric yellow · cool · closest name: gold
RGB
249, 220, 47
HSL
51°, 94%, 58%
CMYK
0, 12, 81, 2
Luminance
0.7153
Every format
| HEX | #f9dc2f |
| RGB | rgb(249, 220, 47) |
| HSL | hsl(51, 94%, 58%) |
| CMYK | cmyk(0%, 12%, 81%, 2%) |
| LAB | lab(87.7 -6.3 80.2) |
| LCH | lch(87.7 80.5 94.5) |
| OKLCH | oklch(0.892 0.175 98.8) |
Copy-ready code
/* CSS */
color: #f9dc2f;
background-color: #f9dc2f;
/* Tailwind (arbitrary) */
class="text-[#f9dc2f] bg-[#f9dc2f]"
/* SCSS */
$brand: #f9dc2f;
/* SwiftUI */
Color(red: 0.976, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#f9dc2f")Accessibility — WCAG contrast
Aa
#f9dc2f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dc2f on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green86.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow81.1%
Key (black)2.4%
Color previews
#f9dc2f text on a black background
contrast 15.31:1
Card sample
#f9dc2f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dc2f;
Background color
Panel with #f9dc2f background
background-color: #f9dc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dc2f; background: linear-gradient(135deg, #f9dc2f, #8FF92F);