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