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