#f7e708
a balanced, electric yellow · cool · closest name: gold
RGB
247, 231, 8
HSL
56°, 94%, 50%
CMYK
0, 7, 97, 3
Luminance
0.7694
Every format
| HEX | #f7e708 |
| RGB | rgb(247, 231, 8) |
| HSL | hsl(56, 94%, 50%) |
| CMYK | cmyk(0%, 7%, 97%, 3%) |
| LAB | lab(90.3 -13.2 88.6) |
| LCH | lch(90.3 89.6 98.5) |
| OKLCH | oklch(0.912 0.192 104.5) |
Copy-ready code
/* CSS */
color: #f7e708;
background-color: #f7e708;
/* Tailwind (arbitrary) */
class="text-[#f7e708] bg-[#f7e708]"
/* SCSS */
$brand: #f7e708;
/* SwiftUI */
Color(red: 0.969, green: 0.906, blue: 0.031)
/* Android */
Color.parseColor("#f7e708")Accessibility — WCAG contrast
Aa
#f7e708 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7e708 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green90.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow96.8%
Key (black)3.1%
Color previews
#f7e708 text on a black background
contrast 16.39:1
Card sample
#f7e708 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7e708;
Background color
Panel with #f7e708 background
background-color: #f7e708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7e708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 231, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 231, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7e708; background: linear-gradient(135deg, #f7e708, #68F708);