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