#fafff9
a pale, electric green · cool · closest name: white
RGB
250, 255, 249
HSL
110°, 100%, 99%
CMYK
2, 0, 2, 0
Luminance
0.9868
Every format
| HEX | #fafff9 |
| RGB | rgb(250, 255, 249) |
| HSL | hsl(110, 100%, 99%) |
| CMYK | cmyk(2%, 0%, 2%, 0%) |
| LAB | lab(99.5 -2.7 2.3) |
| LCH | lch(99.5 3.5 139.7) |
| OKLCH | oklch(0.995 0.009 140.5) |
Copy-ready code
/* CSS */
color: #fafff9;
background-color: #fafff9;
/* Tailwind (arbitrary) */
class="text-[#fafff9] bg-[#fafff9]"
/* SCSS */
$brand: #fafff9;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.976)
/* Android */
Color.parseColor("#fafff9")Accessibility — WCAG contrast
Aa
#fafff9 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafff9 on black: 20.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue97.6%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow2.4%
Key (black)0.0%
Color previews
#fafff9 text on a black background
contrast 20.74:1
Card sample
#fafff9 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafff9;
Background color
Panel with #fafff9 background
background-color: #fafff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafff9; background: linear-gradient(135deg, #fafff9, #F9FFFC);