#fcf8f8
a pale, soft red · warm · closest name: white
RGB
252, 248, 248
HSL
0°, 40%, 98%
CMYK
0, 2, 2, 1
Luminance
0.9461
Every format
| HEX | #fcf8f8 |
| RGB | rgb(252, 248, 248) |
| HSL | hsl(0, 40%, 98%) |
| CMYK | cmyk(0%, 2%, 2%, 1%) |
| LAB | lab(97.9 1.3 0.5) |
| LCH | lch(97.9 1.4 19.5) |
| OKLCH | oklch(0.982 0.004 17.2) |
Copy-ready code
/* CSS */
color: #fcf8f8;
background-color: #fcf8f8;
/* Tailwind (arbitrary) */
class="text-[#fcf8f8] bg-[#fcf8f8]"
/* SCSS */
$brand: #fcf8f8;
/* SwiftUI */
Color(red: 0.988, green: 0.973, blue: 0.973)
/* Android */
Color.parseColor("#fcf8f8")Accessibility — WCAG contrast
Aa
#fcf8f8 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf8f8 on black: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.3%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow1.6%
Key (black)1.2%
Color previews
#fcf8f8 text on a black background
contrast 19.92:1
Card sample
#fcf8f8 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf8f8;
Background color
Panel with #fcf8f8 background
background-color: #fcf8f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf8f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 248, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 248, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf8f8; background: linear-gradient(135deg, #fcf8f8, #FCFBF8);