#fafff0
a pale, electric green · cool · “ivory”
RGB
250, 255, 240
HSL
80°, 100%, 97%
CMYK
2, 0, 6, 0
Luminance
0.9814
Every format
| HEX | #fafff0 |
| RGB | rgb(250, 255, 240) |
| HSL | hsl(80, 100%, 97%) |
| CMYK | cmyk(2%, 0%, 6%, 0%) |
| LAB | lab(99.3 -4.2 6.6) |
| LCH | lch(99.3 7.8 122.7) |
| OKLCH | oklch(0.992 0.020 121.8) |
Copy-ready code
/* CSS */
color: #fafff0;
background-color: #fafff0;
/* Tailwind (arbitrary) */
class="text-[#fafff0] bg-[#fafff0]"
/* SCSS */
$brand: #fafff0;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.941)
/* Android */
Color.parseColor("#fafff0")Accessibility — WCAG contrast
Aa
#fafff0 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafff0 on black: 20.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue94.1%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow5.9%
Key (black)0.0%
Color previews
#fafff0 text on a black background
contrast 20.63:1
Card sample
#fafff0 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafff0;
Background color
Panel with #fafff0 background
background-color: #fafff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafff0; background: linear-gradient(135deg, #fafff0, #F0FFF0);