#f2fcda
a pale, electric green · cool · closest name: beige
RGB
242, 252, 218
HSL
78°, 85%, 92%
CMYK
4, 0, 14, 1
Luminance
0.9356
Every format
| HEX | #f2fcda |
| RGB | rgb(242, 252, 218) |
| HSL | hsl(78, 85%, 92%) |
| CMYK | cmyk(4%, 0%, 14%, 1%) |
| LAB | lab(97.5 -9.1 15.2) |
| LCH | lch(97.5 17.7 120.8) |
| OKLCH | oklch(0.975 0.046 120.6) |
Copy-ready code
/* CSS */
color: #f2fcda;
background-color: #f2fcda;
/* Tailwind (arbitrary) */
class="text-[#f2fcda] bg-[#f2fcda]"
/* SCSS */
$brand: #f2fcda;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#f2fcda")Accessibility — WCAG contrast
Aa
#f2fcda on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fcda on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue85.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#f2fcda text on a black background
contrast 19.71:1
Card sample
#f2fcda text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fcda;
Background color
Panel with #f2fcda background
background-color: #f2fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fcda; background: linear-gradient(135deg, #f2fcda, #DCFCDA);