#f8e310
a balanced, electric yellow · cool · closest name: gold
RGB
248, 227, 16
HSL
55°, 94%, 52%
CMYK
0, 9, 94, 3
Luminance
0.7493
Every format
| HEX | #f8e310 |
| RGB | rgb(248, 227, 16) |
| HSL | hsl(55, 94%, 52%) |
| CMYK | cmyk(0%, 9%, 94%, 3%) |
| LAB | lab(89.4 -10.8 87.2) |
| LCH | lch(89.4 87.9 97.0) |
| OKLCH | oklch(0.905 0.188 102.6) |
Copy-ready code
/* CSS */
color: #f8e310;
background-color: #f8e310;
/* Tailwind (arbitrary) */
class="text-[#f8e310] bg-[#f8e310]"
/* SCSS */
$brand: #f8e310;
/* SwiftUI */
Color(red: 0.973, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#f8e310")Accessibility — WCAG contrast
Aa
#f8e310 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8e310 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green89.0%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow93.5%
Key (black)2.7%
Color previews
#f8e310 text on a black background
contrast 15.99:1
Card sample
#f8e310 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8e310;
Background color
Panel with #f8e310 background
background-color: #f8e310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8e310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8e310; background: linear-gradient(135deg, #f8e310, #72F810);