#f4fcda
a pale, electric green · cool · closest name: beige
RGB
244, 252, 218
HSL
74°, 85%, 92%
CMYK
3, 0, 14, 1
Luminance
0.9392
Every format
| HEX | #f4fcda |
| RGB | rgb(244, 252, 218) |
| HSL | hsl(74, 85%, 92%) |
| CMYK | cmyk(3%, 0%, 14%, 1%) |
| LAB | lab(97.6 -8.4 15.4) |
| LCH | lch(97.6 17.5 118.5) |
| OKLCH | oklch(0.976 0.045 118.0) |
Copy-ready code
/* CSS */
color: #f4fcda;
background-color: #f4fcda;
/* Tailwind (arbitrary) */
class="text-[#f4fcda] bg-[#f4fcda]"
/* SCSS */
$brand: #f4fcda;
/* SwiftUI */
Color(red: 0.957, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#f4fcda")Accessibility — WCAG contrast
Aa
#f4fcda on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fcda on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.8%
Blue85.5%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#f4fcda text on a black background
contrast 19.78:1
Card sample
#f4fcda text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fcda;
Background color
Panel with #f4fcda background
background-color: #f4fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fcda; background: linear-gradient(135deg, #f4fcda, #DEFCDA);