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