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