#f2f799
a light, electric yellow · cool · closest name: khaki
RGB
242, 247, 153
HSL
63°, 86%, 78%
CMYK
2, 0, 38, 3
Luminance
0.8770
Every format
| HEX | #f2f799 |
| RGB | rgb(242, 247, 153) |
| HSL | hsl(63, 86%, 78%) |
| CMYK | cmyk(2%, 0%, 38%, 3%) |
| LAB | lab(95.0 -15.3 44.6) |
| LCH | lch(95.0 47.2 108.9) |
| OKLCH | oklch(0.952 0.117 111.0) |
Copy-ready code
/* CSS */
color: #f2f799;
background-color: #f2f799;
/* Tailwind (arbitrary) */
class="text-[#f2f799] bg-[#f2f799]"
/* SCSS */
$brand: #f2f799;
/* SwiftUI */
Color(red: 0.949, green: 0.969, blue: 0.600)
/* Android */
Color.parseColor("#f2f799")Accessibility — WCAG contrast
Aa
#f2f799 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2f799 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green96.9%
Blue60.0%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow38.1%
Key (black)3.1%
Color previews
#f2f799 text on a black background
contrast 18.54:1
Card sample
#f2f799 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2f799;
Background color
Panel with #f2f799 background
background-color: #f2f799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2f799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 247, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 247, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2f799; background: linear-gradient(135deg, #f2f799, #B3F799);