#f8c01b
a balanced, electric yellow · warm · closest name: gold
RGB
248, 192, 27
HSL
45°, 94%, 54%
CMYK
0, 23, 89, 3
Luminance
0.5773
Every format
| HEX | #f8c01b |
| RGB | rgb(248, 192, 27) |
| HSL | hsl(45, 94%, 54%) |
| CMYK | cmyk(0%, 23%, 89%, 3%) |
| LAB | lab(80.6 7.2 79.0) |
| LCH | lch(80.6 79.3 84.8) |
| OKLCH | oklch(0.835 0.166 86.6) |
Copy-ready code
/* CSS */
color: #f8c01b;
background-color: #f8c01b;
/* Tailwind (arbitrary) */
class="text-[#f8c01b] bg-[#f8c01b]"
/* SCSS */
$brand: #f8c01b;
/* SwiftUI */
Color(red: 0.973, green: 0.753, blue: 0.106)
/* Android */
Color.parseColor("#f8c01b")Accessibility — WCAG contrast
Aa
#f8c01b on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8c01b on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green75.3%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow89.1%
Key (black)2.7%
Color previews
#f8c01b text on a black background
contrast 12.55:1
Card sample
#f8c01b text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8c01b;
Background color
Panel with #f8c01b background
background-color: #f8c01b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8c01b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 192, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 192, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8c01b; background: linear-gradient(135deg, #f8c01b, #9DF81B);