#ffe9e5
a pale, electric red · warm · closest name: white
RGB
255, 233, 229
HSL
9°, 100%, 95%
CMYK
0, 9, 10, 0
Luminance
0.8519
Every format
| HEX | #ffe9e5 |
| RGB | rgb(255, 233, 229) |
| HSL | hsl(9, 100%, 95%) |
| CMYK | cmyk(0%, 9%, 10%, 0%) |
| LAB | lab(94.0 6.8 4.7) |
| LCH | lch(94.0 8.3 34.3) |
| OKLCH | oklch(0.951 0.025 29.9) |
Copy-ready code
/* CSS */
color: #ffe9e5;
background-color: #ffe9e5;
/* Tailwind (arbitrary) */
class="text-[#ffe9e5] bg-[#ffe9e5]"
/* SCSS */
$brand: #ffe9e5;
/* SwiftUI */
Color(red: 1.000, green: 0.914, blue: 0.898)
/* Android */
Color.parseColor("#ffe9e5")Accessibility — WCAG contrast
Aa
#ffe9e5 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe9e5 on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.4%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow10.2%
Key (black)0.0%
Color previews
#ffe9e5 text on a black background
contrast 18.04:1
Card sample
#ffe9e5 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe9e5;
Background color
Panel with #ffe9e5 background
background-color: #ffe9e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe9e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 233, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 233, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe9e5; background: linear-gradient(135deg, #ffe9e5, #FFFAE5);