#fafeef
a pale, electric green · cool · “ivory”
RGB
250, 254, 239
HSL
76°, 88%, 97%
CMYK
2, 0, 6, 0
Luminance
0.9744
Every format
| HEX | #fafeef |
| RGB | rgb(250, 254, 239) |
| HSL | hsl(76, 88%, 97%) |
| CMYK | cmyk(2%, 0%, 6%, 0%) |
| LAB | lab(99.0 -3.9 6.7) |
| LCH | lch(99.0 7.8 120.2) |
| OKLCH | oklch(0.990 0.020 118.9) |
Copy-ready code
/* CSS */
color: #fafeef;
background-color: #fafeef;
/* Tailwind (arbitrary) */
class="text-[#fafeef] bg-[#fafeef]"
/* SCSS */
$brand: #fafeef;
/* SwiftUI */
Color(red: 0.980, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#fafeef")Accessibility — WCAG contrast
Aa
#fafeef on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafeef on black: 20.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green99.6%
Blue93.7%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#fafeef text on a black background
contrast 20.49:1
Card sample
#fafeef text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafeef;
Background color
Panel with #fafeef background
background-color: #fafeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafeef; background: linear-gradient(135deg, #fafeef, #F0FEEF);