#fdf3ff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 243, 255
HSL
290°, 100%, 98%
CMYK
1, 5, 0, 0
Luminance
0.9220
Every format
| HEX | #fdf3ff |
| RGB | rgb(253, 243, 255) |
| HSL | hsl(290, 100%, 98%) |
| CMYK | cmyk(1%, 5%, 0%, 0%) |
| LAB | lab(96.9 5.4 -4.6) |
| LCH | lch(96.9 7.1 320.0) |
| OKLCH | oklch(0.975 0.019 320.6) |
Copy-ready code
/* CSS */
color: #fdf3ff;
background-color: #fdf3ff;
/* Tailwind (arbitrary) */
class="text-[#fdf3ff] bg-[#fdf3ff]"
/* SCSS */
$brand: #fdf3ff;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#fdf3ff")Accessibility — WCAG contrast
Aa
#fdf3ff on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf3ff on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fdf3ff text on a black background
contrast 19.44:1
Card sample
#fdf3ff text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf3ff;
Background color
Panel with #fdf3ff background
background-color: #fdf3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf3ff; background: linear-gradient(135deg, #fdf3ff, #FFF3F9);