#f2fbaf
a light, electric yellow · cool · closest name: khaki
RGB
242, 251, 175
HSL
67°, 91%, 84%
CMYK
4, 0, 30, 2
Luminance
0.9097
Every format
| HEX | #f2fbaf |
| RGB | rgb(242, 251, 175) |
| HSL | hsl(67, 91%, 84%) |
| CMYK | cmyk(4%, 0%, 30%, 2%) |
| LAB | lab(96.4 -14.7 35.5) |
| LCH | lch(96.4 38.4 112.4) |
| OKLCH | oklch(0.964 0.097 113.7) |
Copy-ready code
/* CSS */
color: #f2fbaf;
background-color: #f2fbaf;
/* Tailwind (arbitrary) */
class="text-[#f2fbaf] bg-[#f2fbaf]"
/* SCSS */
$brand: #f2fbaf;
/* SwiftUI */
Color(red: 0.949, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#f2fbaf")Accessibility — WCAG contrast
Aa
#f2fbaf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fbaf on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.4%
Blue68.6%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#f2fbaf text on a black background
contrast 19.19:1
Card sample
#f2fbaf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fbaf;
Background color
Panel with #f2fbaf background
background-color: #f2fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fbaf; background: linear-gradient(135deg, #f2fbaf, #BFFBAF);