#fdf8fb
a pale, vivid magenta / pink · warm · closest name: white
RGB
253, 248, 251
HSL
324°, 56%, 98%
CMYK
0, 2, 1, 1
Luminance
0.9498
Every format
| HEX | #fdf8fb |
| RGB | rgb(253, 248, 251) |
| HSL | hsl(324, 56%, 98%) |
| CMYK | cmyk(0%, 2%, 1%, 1%) |
| LAB | lab(98.0 2.2 -0.8) |
| LCH | lch(98.0 2.3 338.7) |
| OKLCH | oklch(0.984 0.007 340.4) |
Copy-ready code
/* CSS */
color: #fdf8fb;
background-color: #fdf8fb;
/* Tailwind (arbitrary) */
class="text-[#fdf8fb] bg-[#fdf8fb]"
/* SCSS */
$brand: #fdf8fb;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.984)
/* Android */
Color.parseColor("#fdf8fb")Accessibility — WCAG contrast
Aa
#fdf8fb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf8fb on black: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow0.8%
Key (black)0.8%
Color previews
#fdf8fb text on a black background
contrast 20.00:1
Card sample
#fdf8fb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf8fb;
Background color
Panel with #fdf8fb background
background-color: #fdf8fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf8fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf8fb; background: linear-gradient(135deg, #fdf8fb, #FDF8F8);