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