#fafff3
a pale, electric green · cool · “ivory”
RGB
250, 255, 243
HSL
85°, 100%, 98%
CMYK
2, 0, 5, 0
Luminance
0.9832
Every format
| HEX | #fafff3 |
| RGB | rgb(250, 255, 243) |
| HSL | hsl(85, 100%, 98%) |
| CMYK | cmyk(2%, 0%, 5%, 0%) |
| LAB | lab(99.3 -3.7 5.2) |
| LCH | lch(99.3 6.4 125.9) |
| OKLCH | oklch(0.993 0.017 125.3) |
Copy-ready code
/* CSS */
color: #fafff3;
background-color: #fafff3;
/* Tailwind (arbitrary) */
class="text-[#fafff3] bg-[#fafff3]"
/* SCSS */
$brand: #fafff3;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#fafff3")Accessibility — WCAG contrast
Aa
#fafff3 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafff3 on black: 20.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue95.3%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#fafff3 text on a black background
contrast 20.66:1
Card sample
#fafff3 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafff3;
Background color
Panel with #fafff3 background
background-color: #fafff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafff3; background: linear-gradient(135deg, #fafff3, #F3FFF4);