#f2fee2
a pale, electric green · cool · closest name: beige
RGB
242, 254, 226
HSL
86°, 93%, 94%
CMYK
5, 0, 11, 0
Luminance
0.9525
Every format
| HEX | #f2fee2 |
| RGB | rgb(242, 254, 226) |
| HSL | hsl(86, 93%, 94%) |
| CMYK | cmyk(5%, 0%, 11%, 0%) |
| LAB | lab(98.1 -8.8 12.1) |
| LCH | lch(98.1 14.9 126.0) |
| OKLCH | oklch(0.981 0.039 126.1) |
Copy-ready code
/* CSS */
color: #f2fee2;
background-color: #f2fee2;
/* Tailwind (arbitrary) */
class="text-[#f2fee2] bg-[#f2fee2]"
/* SCSS */
$brand: #f2fee2;
/* SwiftUI */
Color(red: 0.949, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#f2fee2")Accessibility — WCAG contrast
Aa
#f2fee2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fee2 on black: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green99.6%
Blue88.6%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#f2fee2 text on a black background
contrast 20.05:1
Card sample
#f2fee2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fee2;
Background color
Panel with #f2fee2 background
background-color: #f2fee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fee2; background: linear-gradient(135deg, #f2fee2, #E2FEE5);