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