#f8f02a
a balanced, electric yellow · cool · closest name: yellow
RGB
248, 240, 42
HSL
58°, 94%, 57%
CMYK
0, 3, 83, 3
Luminance
0.8244
Every format
| HEX | #f8f02a |
| RGB | rgb(248, 240, 42) |
| HSL | hsl(58, 94%, 57%) |
| CMYK | cmyk(0%, 3%, 83%, 3%) |
| LAB | lab(92.8 -16.7 85.6) |
| LCH | lch(92.8 87.3 101.0) |
| OKLCH | oklch(0.932 0.192 107.0) |
Copy-ready code
/* CSS */
color: #f8f02a;
background-color: #f8f02a;
/* Tailwind (arbitrary) */
class="text-[#f8f02a] bg-[#f8f02a]"
/* SCSS */
$brand: #f8f02a;
/* SwiftUI */
Color(red: 0.973, green: 0.941, blue: 0.165)
/* Android */
Color.parseColor("#f8f02a")Accessibility — WCAG contrast
Aa
#f8f02a on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f02a on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green94.1%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow83.1%
Key (black)2.7%
Color previews
#f8f02a text on a black background
contrast 17.49:1
Card sample
#f8f02a text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f02a;
Background color
Panel with #f8f02a background
background-color: #f8f02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 240, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 240, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f02a; background: linear-gradient(135deg, #f8f02a, #77F82A);