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