#f2feb3
a light, electric yellow · cool · closest name: khaki
RGB
242, 254, 179
HSL
70°, 97%, 85%
CMYK
5, 0, 30, 0
Luminance
0.9302
Every format
| HEX | #f2feb3 |
| RGB | rgb(242, 254, 179) |
| HSL | hsl(70, 97%, 85%) |
| CMYK | cmyk(5%, 0%, 30%, 0%) |
| LAB | lab(97.2 -15.6 34.6) |
| LCH | lch(97.2 38.0 114.3) |
| OKLCH | oklch(0.971 0.096 115.6) |
Copy-ready code
/* CSS */
color: #f2feb3;
background-color: #f2feb3;
/* Tailwind (arbitrary) */
class="text-[#f2feb3] bg-[#f2feb3]"
/* SCSS */
$brand: #f2feb3;
/* SwiftUI */
Color(red: 0.949, green: 0.996, blue: 0.702)
/* Android */
Color.parseColor("#f2feb3")Accessibility — WCAG contrast
Aa
#f2feb3 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2feb3 on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green99.6%
Blue70.2%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow29.5%
Key (black)0.4%
Color previews
#f2feb3 text on a black background
contrast 19.60:1
Card sample
#f2feb3 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2feb3;
Background color
Panel with #f2feb3 background
background-color: #f2feb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2feb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 254, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 254, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2feb3; background: linear-gradient(135deg, #f2feb3, #C0FEB3);