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