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