#f4fcdf
a pale, electric green · cool · closest name: beige
RGB
244, 252, 223
HSL
77°, 83%, 93%
CMYK
3, 0, 12, 1
Luminance
0.9418
Every format
| HEX | #f4fcdf |
| RGB | rgb(244, 252, 223) |
| HSL | hsl(77, 83%, 93%) |
| CMYK | cmyk(3%, 0%, 12%, 1%) |
| LAB | lab(97.7 -7.6 13.0) |
| LCH | lch(97.7 15.0 120.2) |
| OKLCH | oklch(0.978 0.039 119.7) |
Copy-ready code
/* CSS */
color: #f4fcdf;
background-color: #f4fcdf;
/* Tailwind (arbitrary) */
class="text-[#f4fcdf] bg-[#f4fcdf]"
/* SCSS */
$brand: #f4fcdf;
/* SwiftUI */
Color(red: 0.957, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#f4fcdf")Accessibility — WCAG contrast
Aa
#f4fcdf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fcdf on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.8%
Blue87.5%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#f4fcdf text on a black background
contrast 19.84:1
Card sample
#f4fcdf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fcdf;
Background color
Panel with #f4fcdf background
background-color: #f4fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fcdf; background: linear-gradient(135deg, #f4fcdf, #E0FCDF);