#fdf4fa
a pale, vivid magenta / pink · warm · closest name: white
RGB
253, 244, 250
HSL
320°, 69%, 98%
CMYK
0, 4, 1, 1
Luminance
0.9249
Every format
| HEX | #fdf4fa |
| RGB | rgb(253, 244, 250) |
| HSL | hsl(320, 69%, 98%) |
| CMYK | cmyk(0%, 4%, 1%, 1%) |
| LAB | lab(97.0 4.0 -1.8) |
| LCH | lch(97.0 4.4 335.9) |
| OKLCH | oklch(0.976 0.012 337.5) |
Copy-ready code
/* CSS */
color: #fdf4fa;
background-color: #fdf4fa;
/* Tailwind (arbitrary) */
class="text-[#fdf4fa] bg-[#fdf4fa]"
/* SCSS */
$brand: #fdf4fa;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.980)
/* Android */
Color.parseColor("#fdf4fa")Accessibility — WCAG contrast
Aa
#fdf4fa on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf4fa on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow1.2%
Key (black)0.8%
Color previews
#fdf4fa text on a black background
contrast 19.50:1
Card sample
#fdf4fa text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf4fa;
Background color
Panel with #fdf4fa background
background-color: #fdf4fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf4fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf4fa; background: linear-gradient(135deg, #fdf4fa, #FDF4F4);