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