#fafdfb
a pale, soft green · cool · “white”
RGB
250, 253, 251
HSL
140°, 43%, 99%
CMYK
1, 0, 1, 1
Luminance
0.9754
Every format
| HEX | #fafdfb |
| RGB | rgb(250, 253, 251) |
| HSL | hsl(140, 43%, 99%) |
| CMYK | cmyk(1%, 0%, 1%, 1%) |
| LAB | lab(99.0 -1.3 0.6) |
| LCH | lch(99.0 1.5 155.5) |
| OKLCH | oklch(0.991 0.004 157.2) |
Copy-ready code
/* CSS */
color: #fafdfb;
background-color: #fafdfb;
/* Tailwind (arbitrary) */
class="text-[#fafdfb] bg-[#fafdfb]"
/* SCSS */
$brand: #fafdfb;
/* SwiftUI */
Color(red: 0.980, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#fafdfb")Accessibility — WCAG contrast
Aa
#fafdfb on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafdfb on black: 20.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green99.2%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#fafdfb text on a black background
contrast 20.51:1
Card sample
#fafdfb text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafdfb;
Background color
Panel with #fafdfb background
background-color: #fafdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafdfb; background: linear-gradient(135deg, #fafdfb, #FAFDFD);