#f2fcce
a pale, electric green · cool · closest name: beige
RGB
242, 252, 206
HSL
73°, 89%, 90%
CMYK
4, 0, 18, 1
Luminance
0.9295
Every format
| HEX | #f2fcce |
| RGB | rgb(242, 252, 206) |
| HSL | hsl(73, 89%, 90%) |
| CMYK | cmyk(4%, 0%, 18%, 1%) |
| LAB | lab(97.2 -10.9 21.0) |
| LCH | lch(97.2 23.6 117.4) |
| OKLCH | oklch(0.972 0.061 117.5) |
Copy-ready code
/* CSS */
color: #f2fcce;
background-color: #f2fcce;
/* Tailwind (arbitrary) */
class="text-[#f2fcce] bg-[#f2fcce]"
/* SCSS */
$brand: #f2fcce;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.808)
/* Android */
Color.parseColor("#f2fcce")Accessibility — WCAG contrast
Aa
#f2fcce on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fcce on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue80.8%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow18.3%
Key (black)1.2%
Color previews
#f2fcce text on a black background
contrast 19.59:1
Card sample
#f2fcce text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fcce;
Background color
Panel with #f2fcce background
background-color: #f2fcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fcce; background: linear-gradient(135deg, #f2fcce, #D3FCCE);