#ffe3f9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 227, 249
HSL
313°, 100%, 95%
CMYK
0, 11, 2, 0
Luminance
0.8304
Every format
| HEX | #ffe3f9 |
| RGB | rgb(255, 227, 249) |
| HSL | hsl(313, 100%, 95%) |
| CMYK | cmyk(0%, 11%, 2%, 0%) |
| LAB | lab(93.0 13.3 -7.1) |
| LCH | lch(93.0 15.1 331.7) |
| OKLCH | oklch(0.945 0.042 333.2) |
Copy-ready code
/* CSS */
color: #ffe3f9;
background-color: #ffe3f9;
/* Tailwind (arbitrary) */
class="text-[#ffe3f9] bg-[#ffe3f9]"
/* SCSS */
$brand: #ffe3f9;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.976)
/* Android */
Color.parseColor("#ffe3f9")Accessibility — WCAG contrast
Aa
#ffe3f9 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe3f9 on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.0%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow2.4%
Key (black)0.0%
Color previews
#ffe3f9 text on a black background
contrast 17.61:1
Card sample
#ffe3f9 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe3f9;
Background color
Panel with #ffe3f9 background
background-color: #ffe3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 227, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe3f9; background: linear-gradient(135deg, #ffe3f9, #FFE3E6);