#fdf1fe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 241, 254
HSL
295°, 87%, 97%
CMYK
0, 5, 0, 0
Luminance
0.9095
Every format
| HEX | #fdf1fe |
| RGB | rgb(253, 241, 254) |
| HSL | hsl(295, 87%, 97%) |
| CMYK | cmyk(0%, 5%, 0%, 0%) |
| LAB | lab(96.4 6.3 -4.8) |
| LCH | lch(96.4 7.9 322.6) |
| OKLCH | oklch(0.971 0.021 323.4) |
Copy-ready code
/* CSS */
color: #fdf1fe;
background-color: #fdf1fe;
/* Tailwind (arbitrary) */
class="text-[#fdf1fe] bg-[#fdf1fe]"
/* SCSS */
$brand: #fdf1fe;
/* SwiftUI */
Color(red: 0.992, green: 0.945, blue: 0.996)
/* Android */
Color.parseColor("#fdf1fe")Accessibility — WCAG contrast
Aa
#fdf1fe on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf1fe on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.5%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta5.1%
Yellow0.0%
Key (black)0.4%
Color previews
#fdf1fe text on a black background
contrast 19.19:1
Card sample
#fdf1fe text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf1fe;
Background color
Panel with #fdf1fe background
background-color: #fdf1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 241, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 241, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf1fe; background: linear-gradient(135deg, #fdf1fe, #FEF1F6);