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