#f4fdce
a pale, electric green · cool · closest name: beige
RGB
244, 253, 206
HSL
72°, 92%, 90%
CMYK
4, 0, 19, 1
Luminance
0.9394
Every format
| HEX | #f4fdce |
| RGB | rgb(244, 253, 206) |
| HSL | hsl(72, 92%, 90%) |
| CMYK | cmyk(4%, 0%, 19%, 1%) |
| LAB | lab(97.6 -10.7 21.5) |
| LCH | lch(97.6 24.0 116.4) |
| OKLCH | oklch(0.976 0.062 116.4) |
Copy-ready code
/* CSS */
color: #f4fdce;
background-color: #f4fdce;
/* Tailwind (arbitrary) */
class="text-[#f4fdce] bg-[#f4fdce]"
/* SCSS */
$brand: #f4fdce;
/* SwiftUI */
Color(red: 0.957, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#f4fdce")Accessibility — WCAG contrast
Aa
#f4fdce on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fdce on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green99.2%
Blue80.8%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#f4fdce text on a black background
contrast 19.79:1
Card sample
#f4fdce text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fdce;
Background color
Panel with #f4fdce background
background-color: #f4fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fdce; background: linear-gradient(135deg, #f4fdce, #D5FDCE);