#f2fd6a
a light, electric yellow · cool · closest name: khaki
RGB
242, 253, 106
HSL
65°, 97%, 70%
CMYK
4, 0, 58, 1
Luminance
0.9017
Every format
| HEX | #f2fd6a |
| RGB | rgb(242, 253, 106) |
| HSL | hsl(65, 97%, 70%) |
| CMYK | cmyk(4%, 0%, 58%, 1%) |
| LAB | lab(96.1 -22.4 67.4) |
| LCH | lch(96.1 71.0 108.4) |
| OKLCH | oklch(0.958 0.169 113.1) |
Copy-ready code
/* CSS */
color: #f2fd6a;
background-color: #f2fd6a;
/* Tailwind (arbitrary) */
class="text-[#f2fd6a] bg-[#f2fd6a]"
/* SCSS */
$brand: #f2fd6a;
/* SwiftUI */
Color(red: 0.949, green: 0.992, blue: 0.416)
/* Android */
Color.parseColor("#f2fd6a")Accessibility — WCAG contrast
Aa
#f2fd6a on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fd6a on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green99.2%
Blue41.6%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow58.1%
Key (black)0.8%
Color previews
#f2fd6a text on a black background
contrast 19.03:1
Card sample
#f2fd6a text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fd6a;
Background color
Panel with #f2fd6a background
background-color: #f2fd6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fd6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 253, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 253, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fd6a; background: linear-gradient(135deg, #f2fd6a, #90FD6A);