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