#f2f76d
a light, electric yellow · cool · closest name: khaki
RGB
242, 247, 109
HSL
62°, 90%, 70%
CMYK
2, 0, 56, 3
Luminance
0.8650
Every format
| HEX | #f2f76d |
| RGB | rgb(242, 247, 109) |
| HSL | hsl(62, 90%, 70%) |
| CMYK | cmyk(2%, 0%, 56%, 3%) |
| LAB | lab(94.5 -19.3 64.4) |
| LCH | lch(94.5 67.2 106.7) |
| OKLCH | oklch(0.946 0.160 111.0) |
Copy-ready code
/* CSS */
color: #f2f76d;
background-color: #f2f76d;
/* Tailwind (arbitrary) */
class="text-[#f2f76d] bg-[#f2f76d]"
/* SCSS */
$brand: #f2f76d;
/* SwiftUI */
Color(red: 0.949, green: 0.969, blue: 0.427)
/* Android */
Color.parseColor("#f2f76d")Accessibility — WCAG contrast
Aa
#f2f76d on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2f76d on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green96.9%
Blue42.7%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow55.9%
Key (black)3.1%
Color previews
#f2f76d text on a black background
contrast 18.30:1
Card sample
#f2f76d text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2f76d;
Background color
Panel with #f2f76d background
background-color: #f2f76d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2f76d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 247, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 247, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2f76d; background: linear-gradient(135deg, #f2f76d, #96F76D);