#fafdec
a pale, electric green · cool · “ivory”
RGB
250, 253, 236
HSL
71°, 81%, 96%
CMYK
1, 0, 7, 1
Luminance
0.9663
Every format
| HEX | #fafdec |
| RGB | rgb(250, 253, 236) |
| HSL | hsl(71, 81%, 96%) |
| CMYK | cmyk(1%, 0%, 7%, 1%) |
| LAB | lab(98.7 -3.9 7.8) |
| LCH | lch(98.7 8.7 116.6) |
| OKLCH | oklch(0.987 0.022 114.9) |
Copy-ready code
/* CSS */
color: #fafdec;
background-color: #fafdec;
/* Tailwind (arbitrary) */
class="text-[#fafdec] bg-[#fafdec]"
/* SCSS */
$brand: #fafdec;
/* SwiftUI */
Color(red: 0.980, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#fafdec")Accessibility — WCAG contrast
Aa
#fafdec on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafdec on black: 20.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green99.2%
Blue92.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#fafdec text on a black background
contrast 20.33:1
Card sample
#fafdec text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafdec;
Background color
Panel with #fafdec background
background-color: #fafdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafdec; background: linear-gradient(135deg, #fafdec, #EFFDEC);