#fcfdfb
a pale, soft green · cool · “white”
RGB
252, 253, 251
HSL
90°, 33%, 99%
CMYK
0, 0, 1, 1
Luminance
0.9791
Every format
| HEX | #fcfdfb |
| RGB | rgb(252, 253, 251) |
| HSL | hsl(90, 33%, 99%) |
| CMYK | cmyk(0%, 0%, 1%, 1%) |
| LAB | lab(99.2 -0.7 0.8) |
| LCH | lch(99.2 1.1 129.0) |
| OKLCH | oklch(0.993 0.003 128.5) |
Copy-ready code
/* CSS */
color: #fcfdfb;
background-color: #fcfdfb;
/* Tailwind (arbitrary) */
class="text-[#fcfdfb] bg-[#fcfdfb]"
/* SCSS */
$brand: #fcfdfb;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#fcfdfb")Accessibility — WCAG contrast
Aa
#fcfdfb on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfdfb on black: 20.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue98.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#fcfdfb text on a black background
contrast 20.58:1
Card sample
#fcfdfb text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfdfb;
Background color
Panel with #fcfdfb background
background-color: #fcfdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfdfb; background: linear-gradient(135deg, #fcfdfb, #FBFDFB);