#f9c708
a balanced, electric yellow · cool · closest name: gold
RGB
249, 199, 8
HSL
48°, 95%, 50%
CMYK
0, 20, 97, 2
Luminance
0.6100
Every format
| HEX | #f9c708 |
| RGB | rgb(249, 199, 8) |
| HSL | hsl(48, 95%, 50%) |
| CMYK | cmyk(0%, 20%, 97%, 2%) |
| LAB | lab(82.4 3.8 82.9) |
| LCH | lch(82.4 83.0 87.4) |
| OKLCH | oklch(0.850 0.173 90.2) |
Copy-ready code
/* CSS */
color: #f9c708;
background-color: #f9c708;
/* Tailwind (arbitrary) */
class="text-[#f9c708] bg-[#f9c708]"
/* SCSS */
$brand: #f9c708;
/* SwiftUI */
Color(red: 0.976, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#f9c708")Accessibility — WCAG contrast
Aa
#f9c708 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c708 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green78.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow96.8%
Key (black)2.4%
Color previews
#f9c708 text on a black background
contrast 13.20:1
Card sample
#f9c708 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c708;
Background color
Panel with #f9c708 background
background-color: #f9c708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c708; background: linear-gradient(135deg, #f9c708, #8AF908);