#f2fc7c
a light, electric yellow · cool · closest name: khaki
RGB
242, 252, 124
HSL
65°, 96%, 74%
CMYK
4, 0, 51, 1
Luminance
0.8995
Every format
| HEX | #f2fc7c |
| RGB | rgb(242, 252, 124) |
| HSL | hsl(65, 96%, 74%) |
| CMYK | cmyk(4%, 0%, 51%, 1%) |
| LAB | lab(96.0 -20.5 59.4) |
| LCH | lch(96.0 62.9 109.0) |
| OKLCH | oklch(0.958 0.152 112.9) |
Copy-ready code
/* CSS */
color: #f2fc7c;
background-color: #f2fc7c;
/* Tailwind (arbitrary) */
class="text-[#f2fc7c] bg-[#f2fc7c]"
/* SCSS */
$brand: #f2fc7c;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.486)
/* Android */
Color.parseColor("#f2fc7c")Accessibility — WCAG contrast
Aa
#f2fc7c on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fc7c on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue48.6%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow50.8%
Key (black)1.2%
Color previews
#f2fc7c text on a black background
contrast 18.99:1
Card sample
#f2fc7c text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fc7c;
Background color
Panel with #f2fc7c background
background-color: #f2fc7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fc7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fc7c; background: linear-gradient(135deg, #f2fc7c, #9DFC7C);