#f0fc13
a balanced, electric yellow · cool · closest name: yellow
RGB
240, 252, 19
HSL
63°, 98%, 53%
CMYK
5, 0, 93, 1
Luminance
0.8819
Every format
| HEX | #f0fc13 |
| RGB | rgb(240, 252, 19) |
| HSL | hsl(63, 98%, 53%) |
| CMYK | cmyk(5%, 0%, 93%, 1%) |
| LAB | lab(95.2 -26.1 91.1) |
| LCH | lch(95.2 94.8 106.0) |
| OKLCH | oklch(0.950 0.210 113.2) |
Copy-ready code
/* CSS */
color: #f0fc13;
background-color: #f0fc13;
/* Tailwind (arbitrary) */
class="text-[#f0fc13] bg-[#f0fc13]"
/* SCSS */
$brand: #f0fc13;
/* SwiftUI */
Color(red: 0.941, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#f0fc13")Accessibility — WCAG contrast
Aa
#f0fc13 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fc13 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.8%
Blue7.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#f0fc13 text on a black background
contrast 18.64:1
Card sample
#f0fc13 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fc13;
Background color
Panel with #f0fc13 background
background-color: #f0fc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fc13; background: linear-gradient(135deg, #f0fc13, #54FC13);