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