#f7f02a
a balanced, electric yellow · cool · closest name: yellow
RGB
247, 240, 42
HSL
58°, 93%, 57%
CMYK
0, 3, 83, 3
Luminance
0.8226
Every format
| HEX | #f7f02a |
| RGB | rgb(247, 240, 42) |
| HSL | hsl(58, 93%, 57%) |
| CMYK | cmyk(0%, 3%, 83%, 3%) |
| LAB | lab(92.7 -17.1 85.5) |
| LCH | lch(92.7 87.2 101.3) |
| OKLCH | oklch(0.931 0.192 107.4) |
Copy-ready code
/* CSS */
color: #f7f02a;
background-color: #f7f02a;
/* Tailwind (arbitrary) */
class="text-[#f7f02a] bg-[#f7f02a]"
/* SCSS */
$brand: #f7f02a;
/* SwiftUI */
Color(red: 0.969, green: 0.941, blue: 0.165)
/* Android */
Color.parseColor("#f7f02a")Accessibility — WCAG contrast
Aa
#f7f02a on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7f02a on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green94.1%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow83.0%
Key (black)3.1%
Color previews
#f7f02a text on a black background
contrast 17.45:1
Card sample
#f7f02a text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7f02a;
Background color
Panel with #f7f02a background
background-color: #f7f02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7f02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 240, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 240, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7f02a; background: linear-gradient(135deg, #f7f02a, #75F72A);