#f4ffdf
a pale, electric green · cool · closest name: beige
RGB
244, 255, 223
HSL
81°, 100%, 94%
CMYK
4, 0, 13, 0
Luminance
0.9608
Every format
| HEX | #f4ffdf |
| RGB | rgb(244, 255, 223) |
| HSL | hsl(81, 100%, 94%) |
| CMYK | cmyk(4%, 0%, 13%, 0%) |
| LAB | lab(98.5 -9.1 14.1) |
| LCH | lch(98.5 16.7 122.7) |
| OKLCH | oklch(0.984 0.043 122.6) |
Copy-ready code
/* CSS */
color: #f4ffdf;
background-color: #f4ffdf;
/* Tailwind (arbitrary) */
class="text-[#f4ffdf] bg-[#f4ffdf]"
/* SCSS */
$brand: #f4ffdf;
/* SwiftUI */
Color(red: 0.957, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#f4ffdf")Accessibility — WCAG contrast
Aa
#f4ffdf on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ffdf on black: 20.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green100.0%
Blue87.5%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#f4ffdf text on a black background
contrast 20.22:1
Card sample
#f4ffdf text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ffdf;
Background color
Panel with #f4ffdf background
background-color: #f4ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ffdf; background: linear-gradient(135deg, #f4ffdf, #DFFFDF);