#fcfcf5
a pale, vivid yellow · cool · closest name: white
RGB
252, 252, 245
HSL
60°, 54%, 98%
CMYK
0, 0, 3, 1
Luminance
0.9691
Every format
| HEX | #fcfcf5 |
| RGB | rgb(252, 252, 245) |
| HSL | hsl(60, 54%, 98%) |
| CMYK | cmyk(0%, 0%, 3%, 1%) |
| LAB | lab(98.8 -1.2 3.4) |
| LCH | lch(98.8 3.6 109.9) |
| OKLCH | oklch(0.989 0.009 106.6) |
Copy-ready code
/* CSS */
color: #fcfcf5;
background-color: #fcfcf5;
/* Tailwind (arbitrary) */
class="text-[#fcfcf5] bg-[#fcfcf5]"
/* SCSS */
$brand: #fcfcf5;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.961)
/* Android */
Color.parseColor("#fcfcf5")Accessibility — WCAG contrast
Aa
#fcfcf5 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfcf5 on black: 20.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow2.8%
Key (black)1.2%
Color previews
#fcfcf5 text on a black background
contrast 20.38:1
Card sample
#fcfcf5 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfcf5;
Background color
Panel with #fcfcf5 background
background-color: #fcfcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfcf5; background: linear-gradient(135deg, #fcfcf5, #F7FCF5);