#ffe0f7
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 224, 247
HSL
316°, 100%, 94%
CMYK
0, 12, 3, 0
Luminance
0.8129
Every format
| HEX | #ffe0f7 |
| RGB | rgb(255, 224, 247) |
| HSL | hsl(316, 100%, 94%) |
| CMYK | cmyk(0%, 12%, 3%, 0%) |
| LAB | lab(92.3 14.5 -7.2) |
| LCH | lch(92.3 16.2 333.4) |
| OKLCH | oklch(0.939 0.045 335.0) |
Copy-ready code
/* CSS */
color: #ffe0f7;
background-color: #ffe0f7;
/* Tailwind (arbitrary) */
class="text-[#ffe0f7] bg-[#ffe0f7]"
/* SCSS */
$brand: #ffe0f7;
/* SwiftUI */
Color(red: 1.000, green: 0.878, blue: 0.969)
/* Android */
Color.parseColor("#ffe0f7")Accessibility — WCAG contrast
Aa
#ffe0f7 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe0f7 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.8%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow3.1%
Key (black)0.0%
Color previews
#ffe0f7 text on a black background
contrast 17.26:1
Card sample
#ffe0f7 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe0f7;
Background color
Panel with #ffe0f7 background
background-color: #ffe0f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe0f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 224, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 224, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe0f7; background: linear-gradient(135deg, #ffe0f7, #FFE0E2);