#f8fc13
a balanced, electric yellow · cool · closest name: yellow
RGB
248, 252, 19
HSL
61°, 98%, 53%
CMYK
2, 0, 93, 1
Luminance
0.8962
Every format
| HEX | #f8fc13 |
| RGB | rgb(248, 252, 19) |
| HSL | hsl(61, 98%, 53%) |
| CMYK | cmyk(2%, 0%, 93%, 1%) |
| LAB | lab(95.8 -22.8 91.8) |
| LCH | lch(95.8 94.6 104.0) |
| OKLCH | oklch(0.956 0.208 110.9) |
Copy-ready code
/* CSS */
color: #f8fc13;
background-color: #f8fc13;
/* Tailwind (arbitrary) */
class="text-[#f8fc13] bg-[#f8fc13]"
/* SCSS */
$brand: #f8fc13;
/* SwiftUI */
Color(red: 0.973, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#f8fc13")Accessibility — WCAG contrast
Aa
#f8fc13 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fc13 on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.8%
Blue7.5%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#f8fc13 text on a black background
contrast 18.92:1
Card sample
#f8fc13 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fc13;
Background color
Panel with #f8fc13 background
background-color: #f8fc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fc13; background: linear-gradient(135deg, #f8fc13, #5DFC13);