#ffe5fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 229, 253
HSL
305°, 100%, 95%
CMYK
0, 10, 1, 0
Luminance
0.8439
Every format
| HEX | #ffe5fd |
| RGB | rgb(255, 229, 253) |
| HSL | hsl(305, 100%, 95%) |
| CMYK | cmyk(0%, 10%, 1%, 0%) |
| LAB | lab(93.6 12.9 -8.3) |
| LCH | lch(93.6 15.4 327.2) |
| OKLCH | oklch(0.950 0.042 328.3) |
Copy-ready code
/* CSS */
color: #ffe5fd;
background-color: #ffe5fd;
/* Tailwind (arbitrary) */
class="text-[#ffe5fd] bg-[#ffe5fd]"
/* SCSS */
$brand: #ffe5fd;
/* SwiftUI */
Color(red: 1.000, green: 0.898, blue: 0.992)
/* Android */
Color.parseColor("#ffe5fd")Accessibility — WCAG contrast
Aa
#ffe5fd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe5fd on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.8%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow0.8%
Key (black)0.0%
Color previews
#ffe5fd text on a black background
contrast 17.88:1
Card sample
#ffe5fd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe5fd;
Background color
Panel with #ffe5fd background
background-color: #ffe5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 229, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 229, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe5fd; background: linear-gradient(135deg, #ffe5fd, #FFE5EC);