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