#f2fc9f
a light, electric yellow · cool · closest name: khaki
RGB
242, 252, 159
HSL
67°, 94%, 81%
CMYK
4, 0, 37, 1
Luminance
0.9100
Every format
| HEX | #f2fc9f |
| RGB | rgb(242, 252, 159) |
| HSL | hsl(67, 94%, 81%) |
| CMYK | cmyk(4%, 0%, 37%, 1%) |
| LAB | lab(96.4 -17.0 43.5) |
| LCH | lch(96.4 46.7 111.4) |
| OKLCH | oklch(0.963 0.116 113.6) |
Copy-ready code
/* CSS */
color: #f2fc9f;
background-color: #f2fc9f;
/* Tailwind (arbitrary) */
class="text-[#f2fc9f] bg-[#f2fc9f]"
/* SCSS */
$brand: #f2fc9f;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.624)
/* Android */
Color.parseColor("#f2fc9f")Accessibility — WCAG contrast
Aa
#f2fc9f on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fc9f on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue62.4%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow36.9%
Key (black)1.2%
Color previews
#f2fc9f text on a black background
contrast 19.20:1
Card sample
#f2fc9f text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fc9f;
Background color
Panel with #f2fc9f background
background-color: #f2fc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fc9f; background: linear-gradient(135deg, #f2fc9f, #B4FC9F);