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