#ffe6f7
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 230, 247
HSL
319°, 100%, 95%
CMYK
0, 10, 3, 0
Luminance
0.8457
Every format
| HEX | #ffe6f7 |
| RGB | rgb(255, 230, 247) |
| HSL | hsl(319, 100%, 95%) |
| CMYK | cmyk(0%, 10%, 3%, 0%) |
| LAB | lab(93.7 11.4 -5.1) |
| LCH | lch(93.7 12.5 335.8) |
| OKLCH | oklch(0.950 0.035 337.4) |
Copy-ready code
/* CSS */
color: #ffe6f7;
background-color: #ffe6f7;
/* Tailwind (arbitrary) */
class="text-[#ffe6f7] bg-[#ffe6f7]"
/* SCSS */
$brand: #ffe6f7;
/* SwiftUI */
Color(red: 1.000, green: 0.902, blue: 0.969)
/* Android */
Color.parseColor("#ffe6f7")Accessibility — WCAG contrast
Aa
#ffe6f7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe6f7 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.2%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow3.1%
Key (black)0.0%
Color previews
#ffe6f7 text on a black background
contrast 17.91:1
Card sample
#ffe6f7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe6f7;
Background color
Panel with #ffe6f7 background
background-color: #ffe6f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe6f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 230, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 230, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe6f7; background: linear-gradient(135deg, #ffe6f7, #FFE6E6);