#fafcfd
a pale, soft blue · cool · “white”
RGB
250, 252, 253
HSL
200°, 43%, 99%
CMYK
1, 0, 0, 1
Luminance
0.9704
Every format
| HEX | #fafcfd |
| RGB | rgb(250, 252, 253) |
| HSL | hsl(200, 43%, 99%) |
| CMYK | cmyk(1%, 0%, 0%, 1%) |
| LAB | lab(98.8 -0.5 -0.7) |
| LCH | lch(98.8 0.9 235.9) |
| OKLCH | oklch(0.990 0.003 228.8) |
Copy-ready code
/* CSS */
color: #fafcfd;
background-color: #fafcfd;
/* Tailwind (arbitrary) */
class="text-[#fafcfd] bg-[#fafcfd]"
/* SCSS */
$brand: #fafcfd;
/* SwiftUI */
Color(red: 0.980, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#fafcfd")Accessibility — WCAG contrast
Aa
#fafcfd on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafcfd on black: 20.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green98.8%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fafcfd text on a black background
contrast 20.41:1
Card sample
#fafcfd text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafcfd;
Background color
Panel with #fafcfd background
background-color: #fafcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafcfd; background: linear-gradient(135deg, #fafcfd, #FAFAFD);