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