#f0f656
a light, electric yellow · cool · closest name: yellow
RGB
240, 246, 86
HSL
62°, 90%, 65%
CMYK
2, 0, 65, 4
Luminance
0.8511
Every format
| HEX | #f0f656 |
| RGB | rgb(240, 246, 86) |
| HSL | hsl(62, 90%, 65%) |
| CMYK | cmyk(2%, 0%, 65%, 4%) |
| LAB | lab(93.9 -21.1 73.0) |
| LCH | lch(93.9 76.0 106.1) |
| OKLCH | oklch(0.940 0.177 111.4) |
Copy-ready code
/* CSS */
color: #f0f656;
background-color: #f0f656;
/* Tailwind (arbitrary) */
class="text-[#f0f656] bg-[#f0f656]"
/* SCSS */
$brand: #f0f656;
/* SwiftUI */
Color(red: 0.941, green: 0.965, blue: 0.337)
/* Android */
Color.parseColor("#f0f656")Accessibility — WCAG contrast
Aa
#f0f656 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f656 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green96.5%
Blue33.7%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow65.0%
Key (black)3.5%
Color previews
#f0f656 text on a black background
contrast 18.02:1
Card sample
#f0f656 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f656;
Background color
Panel with #f0f656 background
background-color: #f0f656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 246, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 246, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f656; background: linear-gradient(135deg, #f0f656, #85F656);