#f2fece
a pale, electric green · cool · closest name: beige
RGB
242, 254, 206
HSL
75°, 96%, 90%
CMYK
5, 0, 19, 0
Luminance
0.9422
Every format
| HEX | #f2fece |
| RGB | rgb(242, 254, 206) |
| HSL | hsl(75, 96%, 90%) |
| CMYK | cmyk(5%, 0%, 19%, 0%) |
| LAB | lab(97.7 -11.9 21.7) |
| LCH | lch(97.7 24.7 118.7) |
| OKLCH | oklch(0.976 0.064 119.0) |
Copy-ready code
/* CSS */
color: #f2fece;
background-color: #f2fece;
/* Tailwind (arbitrary) */
class="text-[#f2fece] bg-[#f2fece]"
/* SCSS */
$brand: #f2fece;
/* SwiftUI */
Color(red: 0.949, green: 0.996, blue: 0.808)
/* Android */
Color.parseColor("#f2fece")Accessibility — WCAG contrast
Aa
#f2fece on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fece on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green99.6%
Blue80.8%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow18.9%
Key (black)0.4%
Color previews
#f2fece text on a black background
contrast 19.84:1
Card sample
#f2fece text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fece;
Background color
Panel with #f2fece background
background-color: #f2fece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 254, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 254, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fece; background: linear-gradient(135deg, #f2fece, #D2FECE);