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