#fcfcfc
a pale, muted near-white · warm · “white”
RGB
252, 252, 252
HSL
0°, 0%, 99%
CMYK
0, 0, 0, 1
Luminance
0.9734
Every format
| HEX | #fcfcfc |
| RGB | rgb(252, 252, 252) |
| HSL | hsl(0, 0%, 99%) |
| CMYK | cmyk(0%, 0%, 0%, 1%) |
| LAB | lab(99.0 0.0 0.0) |
| LCH | lch(99.0 0.0 180.0) |
| OKLCH | oklch(0.991 0.000 89.9) |
Copy-ready code
/* CSS */
color: #fcfcfc;
background-color: #fcfcfc;
/* Tailwind (arbitrary) */
class="text-[#fcfcfc] bg-[#fcfcfc]"
/* SCSS */
$brand: #fcfcfc;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.988)
/* Android */
Color.parseColor("#fcfcfc")Accessibility — WCAG contrast
Aa
#fcfcfc on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfcfc on black: 20.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)1.2%
Color previews
#fcfcfc text on a black background
contrast 20.47:1
Card sample
#fcfcfc text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfcfc;
Background color
Panel with #fcfcfc background
background-color: #fcfcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfcfc; background: linear-gradient(135deg, #fcfcfc, #FCFCFC);