#ffe3eb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 227, 235
HSL
343°, 100%, 95%
CMYK
0, 11, 8, 0
Luminance
0.8220
Every format
| HEX | #ffe3eb |
| RGB | rgb(255, 227, 235) |
| HSL | hsl(343, 100%, 95%) |
| CMYK | cmyk(0%, 11%, 8%, 0%) |
| LAB | lab(92.7 10.9 -0.4) |
| LCH | lch(92.7 10.9 358.1) |
| OKLCH | oklch(0.941 0.032 358.5) |
Copy-ready code
/* CSS */
color: #ffe3eb;
background-color: #ffe3eb;
/* Tailwind (arbitrary) */
class="text-[#ffe3eb] bg-[#ffe3eb]"
/* SCSS */
$brand: #ffe3eb;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#ffe3eb")Accessibility — WCAG contrast
Aa
#ffe3eb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe3eb on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ffe3eb text on a black background
contrast 17.44:1
Card sample
#ffe3eb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe3eb;
Background color
Panel with #ffe3eb background
background-color: #ffe3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe3eb; background: linear-gradient(135deg, #ffe3eb, #FFEEE3);