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