#f4feea
a pale, electric green · cool · closest name: ivory
RGB
244, 254, 234
HSL
90°, 91%, 96%
CMYK
4, 0, 8, 0
Luminance
0.9606
Every format
| HEX | #f4feea |
| RGB | rgb(244, 254, 234) |
| HSL | hsl(90, 91%, 96%) |
| CMYK | cmyk(4%, 0%, 8%, 0%) |
| LAB | lab(98.5 -6.8 8.4) |
| LCH | lch(98.5 10.8 128.7) |
| OKLCH | oklch(0.984 0.028 128.8) |
Copy-ready code
/* CSS */
color: #f4feea;
background-color: #f4feea;
/* Tailwind (arbitrary) */
class="text-[#f4feea] bg-[#f4feea]"
/* SCSS */
$brand: #f4feea;
/* SwiftUI */
Color(red: 0.957, green: 0.996, blue: 0.918)
/* Android */
Color.parseColor("#f4feea")Accessibility — WCAG contrast
Aa
#f4feea on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4feea on black: 20.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green99.6%
Blue91.8%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow7.9%
Key (black)0.4%
Color previews
#f4feea text on a black background
contrast 20.21:1
Card sample
#f4feea text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4feea;
Background color
Panel with #f4feea background
background-color: #f4feea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4feea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 254, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 254, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4feea; background: linear-gradient(135deg, #f4feea, #EAFEED);