#fdf7fe
a pale, electric magenta / pink · warm · closest name: white
RGB
253, 247, 254
HSL
291°, 78%, 98%
CMYK
0, 3, 0, 0
Luminance
0.9456
Every format
| HEX | #fdf7fe |
| RGB | rgb(253, 247, 254) |
| HSL | hsl(291, 78%, 98%) |
| CMYK | cmyk(0%, 3%, 0%, 0%) |
| LAB | lab(97.9 3.2 -2.6) |
| LCH | lch(97.9 4.2 320.7) |
| OKLCH | oklch(0.983 0.011 321.3) |
Copy-ready code
/* CSS */
color: #fdf7fe;
background-color: #fdf7fe;
/* Tailwind (arbitrary) */
class="text-[#fdf7fe] bg-[#fdf7fe]"
/* SCSS */
$brand: #fdf7fe;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#fdf7fe")Accessibility — WCAG contrast
Aa
#fdf7fe on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf7fe on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta2.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fdf7fe text on a black background
contrast 19.91:1
Card sample
#fdf7fe text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf7fe;
Background color
Panel with #fdf7fe background
background-color: #fdf7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf7fe; background: linear-gradient(135deg, #fdf7fe, #FEF7FA);