#ffe6eb
a pale, electric red · warm · closest name: white
RGB
255, 230, 235
HSL
348°, 100%, 95%
CMYK
0, 10, 8, 0
Luminance
0.8385
Every format
| HEX | #ffe6eb |
| RGB | rgb(255, 230, 235) |
| HSL | hsl(348, 100%, 95%) |
| CMYK | cmyk(0%, 10%, 8%, 0%) |
| LAB | lab(93.4 9.3 0.7) |
| LCH | lch(93.4 9.4 4.2) |
| OKLCH | oklch(0.947 0.028 4.0) |
Copy-ready code
/* CSS */
color: #ffe6eb;
background-color: #ffe6eb;
/* Tailwind (arbitrary) */
class="text-[#ffe6eb] bg-[#ffe6eb]"
/* SCSS */
$brand: #ffe6eb;
/* SwiftUI */
Color(red: 1.000, green: 0.902, blue: 0.922)
/* Android */
Color.parseColor("#ffe6eb")Accessibility — WCAG contrast
Aa
#ffe6eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe6eb on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow7.8%
Key (black)0.0%
Color previews
#ffe6eb text on a black background
contrast 17.77:1
Card sample
#ffe6eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe6eb;
Background color
Panel with #ffe6eb background
background-color: #ffe6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 230, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 230, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe6eb; background: linear-gradient(135deg, #ffe6eb, #FFF2E6);