#f2fcd4
a pale, electric green · cool · closest name: beige
RGB
242, 252, 212
HSL
75°, 87%, 91%
CMYK
4, 0, 16, 1
Luminance
0.9325
Every format
| HEX | #f2fcd4 |
| RGB | rgb(242, 252, 212) |
| HSL | hsl(75, 87%, 91%) |
| CMYK | cmyk(4%, 0%, 16%, 1%) |
| LAB | lab(97.3 -10.0 18.1) |
| LCH | lch(97.3 20.6 118.9) |
| OKLCH | oklch(0.973 0.053 118.8) |
Copy-ready code
/* CSS */
color: #f2fcd4;
background-color: #f2fcd4;
/* Tailwind (arbitrary) */
class="text-[#f2fcd4] bg-[#f2fcd4]"
/* SCSS */
$brand: #f2fcd4;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.831)
/* Android */
Color.parseColor("#f2fcd4")Accessibility — WCAG contrast
Aa
#f2fcd4 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fcd4 on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue83.1%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow15.9%
Key (black)1.2%
Color previews
#f2fcd4 text on a black background
contrast 19.65:1
Card sample
#f2fcd4 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fcd4;
Background color
Panel with #f2fcd4 background
background-color: #f2fcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fcd4; background: linear-gradient(135deg, #f2fcd4, #D7FCD4);