#fcfdf6
a pale, vivid yellow · cool · closest name: white
RGB
252, 253, 246
HSL
69°, 64%, 98%
CMYK
0, 0, 3, 1
Luminance
0.9760
Every format
| HEX | #fcfdf6 |
| RGB | rgb(252, 253, 246) |
| HSL | hsl(69, 64%, 98%) |
| CMYK | cmyk(0%, 0%, 3%, 1%) |
| LAB | lab(99.1 -1.5 3.2) |
| LCH | lch(99.1 3.6 115.5) |
| OKLCH | oklch(0.991 0.009 113.2) |
Copy-ready code
/* CSS */
color: #fcfdf6;
background-color: #fcfdf6;
/* Tailwind (arbitrary) */
class="text-[#fcfdf6] bg-[#fcfdf6]"
/* SCSS */
$brand: #fcfdf6;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.965)
/* Android */
Color.parseColor("#fcfdf6")Accessibility — WCAG contrast
Aa
#fcfdf6 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfdf6 on black: 20.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue96.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow2.8%
Key (black)0.8%
Color previews
#fcfdf6 text on a black background
contrast 20.52:1
Card sample
#fcfdf6 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfdf6;
Background color
Panel with #fcfdf6 background
background-color: #fcfdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfdf6; background: linear-gradient(135deg, #fcfdf6, #F7FDF6);