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