#f7fce2
a pale, electric green · cool · closest name: beige
RGB
247, 252, 226
HSL
72°, 81%, 94%
CMYK
2, 0, 10, 1
Luminance
0.9489
Every format
| HEX | #f7fce2 |
| RGB | rgb(247, 252, 226) |
| HSL | hsl(72, 81%, 94%) |
| CMYK | cmyk(2%, 0%, 10%, 1%) |
| LAB | lab(98.0 -6.0 11.9) |
| LCH | lch(98.0 13.3 117.0) |
| OKLCH | oklch(0.981 0.034 115.9) |
Copy-ready code
/* CSS */
color: #f7fce2;
background-color: #f7fce2;
/* Tailwind (arbitrary) */
class="text-[#f7fce2] bg-[#f7fce2]"
/* SCSS */
$brand: #f7fce2;
/* SwiftUI */
Color(red: 0.969, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#f7fce2")Accessibility — WCAG contrast
Aa
#f7fce2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fce2 on black: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.8%
Blue88.6%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#f7fce2 text on a black background
contrast 19.98:1
Card sample
#f7fce2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fce2;
Background color
Panel with #f7fce2 background
background-color: #f7fce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fce2; background: linear-gradient(135deg, #f7fce2, #E6FCE2);