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