#f9fee2
a pale, electric green · cool · closest name: beige
RGB
249, 254, 226
HSL
71°, 93%, 94%
CMYK
2, 0, 11, 0
Luminance
0.9651
Every format
| HEX | #f9fee2 |
| RGB | rgb(249, 254, 226) |
| HSL | hsl(71, 93%, 94%) |
| CMYK | cmyk(2%, 0%, 11%, 0%) |
| LAB | lab(98.6 -6.4 12.8) |
| LCH | lch(98.6 14.3 116.4) |
| OKLCH | oklch(0.986 0.037 115.3) |
Copy-ready code
/* CSS */
color: #f9fee2;
background-color: #f9fee2;
/* Tailwind (arbitrary) */
class="text-[#f9fee2] bg-[#f9fee2]"
/* SCSS */
$brand: #f9fee2;
/* SwiftUI */
Color(red: 0.976, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#f9fee2")Accessibility — WCAG contrast
Aa
#f9fee2 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fee2 on black: 20.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.6%
Blue88.6%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#f9fee2 text on a black background
contrast 20.30:1
Card sample
#f9fee2 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fee2;
Background color
Panel with #f9fee2 background
background-color: #f9fee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fee2; background: linear-gradient(135deg, #f9fee2, #E6FEE2);