#fafef2
a pale, electric green · cool · “ivory”
RGB
250, 254, 242
HSL
80°, 86%, 97%
CMYK
2, 0, 5, 0
Luminance
0.9762
Every format
| HEX | #fafef2 |
| RGB | rgb(250, 254, 242) |
| HSL | hsl(80, 86%, 97%) |
| CMYK | cmyk(2%, 0%, 5%, 0%) |
| LAB | lab(99.1 -3.4 5.3) |
| LCH | lch(99.1 6.3 122.8) |
| OKLCH | oklch(0.991 0.016 121.8) |
Copy-ready code
/* CSS */
color: #fafef2;
background-color: #fafef2;
/* Tailwind (arbitrary) */
class="text-[#fafef2] bg-[#fafef2]"
/* SCSS */
$brand: #fafef2;
/* SwiftUI */
Color(red: 0.980, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#fafef2")Accessibility — WCAG contrast
Aa
#fafef2 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafef2 on black: 20.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green99.6%
Blue94.9%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#fafef2 text on a black background
contrast 20.52:1
Card sample
#fafef2 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafef2;
Background color
Panel with #fafef2 background
background-color: #fafef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafef2; background: linear-gradient(135deg, #fafef2, #F2FEF2);