#f9e607
a balanced, electric yellow · cool · closest name: gold
RGB
249, 230, 7
HSL
55°, 95%, 50%
CMYK
0, 8, 97, 2
Luminance
0.7675
Every format
| HEX | #f9e607 |
| RGB | rgb(249, 230, 7) |
| HSL | hsl(55, 95%, 50%) |
| CMYK | cmyk(0%, 8%, 97%, 2%) |
| LAB | lab(90.2 -11.9 88.7) |
| LCH | lch(90.2 89.5 97.7) |
| OKLCH | oklch(0.911 0.191 103.4) |
Copy-ready code
/* CSS */
color: #f9e607;
background-color: #f9e607;
/* Tailwind (arbitrary) */
class="text-[#f9e607] bg-[#f9e607]"
/* SCSS */
$brand: #f9e607;
/* SwiftUI */
Color(red: 0.976, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#f9e607")Accessibility — WCAG contrast
Aa
#f9e607 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9e607 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green90.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow97.2%
Key (black)2.4%
Color previews
#f9e607 text on a black background
contrast 16.35:1
Card sample
#f9e607 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9e607;
Background color
Panel with #f9e607 background
background-color: #f9e607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9e607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9e607; background: linear-gradient(135deg, #f9e607, #6BF907);