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