#f7fcdf
a pale, electric green · cool · closest name: beige
RGB
247, 252, 223
HSL
70°, 83%, 93%
CMYK
2, 0, 12, 1
Luminance
0.9472
Every format
| HEX | #f7fcdf |
| RGB | rgb(247, 252, 223) |
| HSL | hsl(70, 83%, 93%) |
| CMYK | cmyk(2%, 0%, 12%, 1%) |
| LAB | lab(97.9 -6.5 13.3) |
| LCH | lch(97.9 14.8 116.1) |
| OKLCH | oklch(0.980 0.038 115.1) |
Copy-ready code
/* CSS */
color: #f7fcdf;
background-color: #f7fcdf;
/* Tailwind (arbitrary) */
class="text-[#f7fcdf] bg-[#f7fcdf]"
/* SCSS */
$brand: #f7fcdf;
/* SwiftUI */
Color(red: 0.969, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#f7fcdf")Accessibility — WCAG contrast
Aa
#f7fcdf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fcdf on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.8%
Blue87.5%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#f7fcdf text on a black background
contrast 19.94:1
Card sample
#f7fcdf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fcdf;
Background color
Panel with #f7fcdf background
background-color: #f7fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fcdf; background: linear-gradient(135deg, #f7fcdf, #E4FCDF);