#fdfaf7
a pale, vivid orange · warm · “white”
RGB
253, 250, 247
HSL
30°, 60%, 98%
CMYK
0, 1, 2, 1
Luminance
0.9597
Every format
| HEX | #fdfaf7 |
| RGB | rgb(253, 250, 247) |
| HSL | hsl(30, 60%, 98%) |
| CMYK | cmyk(0%, 1%, 2%, 1%) |
| LAB | lab(98.4 0.5 1.8) |
| LCH | lch(98.4 1.9 75.3) |
| OKLCH | oklch(0.987 0.005 67.8) |
Copy-ready code
/* CSS */
color: #fdfaf7;
background-color: #fdfaf7;
/* Tailwind (arbitrary) */
class="text-[#fdfaf7] bg-[#fdfaf7]"
/* SCSS */
$brand: #fdfaf7;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.969)
/* Android */
Color.parseColor("#fdfaf7")Accessibility — WCAG contrast
Aa
#fdfaf7 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfaf7 on black: 20.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow2.4%
Key (black)0.8%
Color previews
#fdfaf7 text on a black background
contrast 20.19:1
Card sample
#fdfaf7 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfaf7;
Background color
Panel with #fdfaf7 background
background-color: #fdfaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfaf7; background: linear-gradient(135deg, #fdfaf7, #FCFDF7);