#ffe7fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 231, 253
HSL
305°, 100%, 95%
CMYK
0, 9, 1, 0
Luminance
0.8550
Every format
| HEX | #ffe7fd |
| RGB | rgb(255, 231, 253) |
| HSL | hsl(305, 100%, 95%) |
| CMYK | cmyk(0%, 9%, 1%, 0%) |
| LAB | lab(94.1 11.9 -7.6) |
| LCH | lch(94.1 14.2 327.3) |
| OKLCH | oklch(0.954 0.039 328.5) |
Copy-ready code
/* CSS */
color: #ffe7fd;
background-color: #ffe7fd;
/* Tailwind (arbitrary) */
class="text-[#ffe7fd] bg-[#ffe7fd]"
/* SCSS */
$brand: #ffe7fd;
/* SwiftUI */
Color(red: 1.000, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#ffe7fd")Accessibility — WCAG contrast
Aa
#ffe7fd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe7fd on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow0.8%
Key (black)0.0%
Color previews
#ffe7fd text on a black background
contrast 18.10:1
Card sample
#ffe7fd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe7fd;
Background color
Panel with #ffe7fd background
background-color: #ffe7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe7fd; background: linear-gradient(135deg, #ffe7fd, #FFE7ED);