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