#f4fadf
a pale, vivid green · cool · closest name: beige
RGB
244, 250, 223
HSL
73°, 73%, 93%
CMYK
2, 0, 11, 2
Luminance
0.9293
Every format
| HEX | #f4fadf |
| RGB | rgb(244, 250, 223) |
| HSL | hsl(73, 73%, 93%) |
| CMYK | cmyk(2%, 0%, 11%, 2%) |
| LAB | lab(97.2 -6.6 12.3) |
| LCH | lch(97.2 13.9 118.1) |
| OKLCH | oklch(0.974 0.036 117.2) |
Copy-ready code
/* CSS */
color: #f4fadf;
background-color: #f4fadf;
/* Tailwind (arbitrary) */
class="text-[#f4fadf] bg-[#f4fadf]"
/* SCSS */
$brand: #f4fadf;
/* SwiftUI */
Color(red: 0.957, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#f4fadf")Accessibility — WCAG contrast
Aa
#f4fadf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fadf on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.0%
Blue87.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#f4fadf text on a black background
contrast 19.59:1
Card sample
#f4fadf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fadf;
Background color
Panel with #f4fadf background
background-color: #f4fadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fadf; background: linear-gradient(135deg, #f4fadf, #E2FADF);