#ffe5da
a pale, electric orange · warm · closest name: ivory
RGB
255, 229, 218
HSL
18°, 100%, 93%
CMYK
0, 10, 15, 0
Luminance
0.8236
Every format
| HEX | #ffe5da |
| RGB | rgb(255, 229, 218) |
| HSL | hsl(18, 100%, 93%) |
| CMYK | cmyk(0%, 10%, 15%, 0%) |
| LAB | lab(92.7 7.1 8.6) |
| LCH | lch(92.7 11.2 50.3) |
| OKLCH | oklch(0.940 0.032 44.4) |
Copy-ready code
/* CSS */
color: #ffe5da;
background-color: #ffe5da;
/* Tailwind (arbitrary) */
class="text-[#ffe5da] bg-[#ffe5da]"
/* SCSS */
$brand: #ffe5da;
/* SwiftUI */
Color(red: 1.000, green: 0.898, blue: 0.855)
/* Android */
Color.parseColor("#ffe5da")Accessibility — WCAG contrast
Aa
#ffe5da on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe5da on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow14.5%
Key (black)0.0%
Color previews
#ffe5da text on a black background
contrast 17.47:1
Card sample
#ffe5da text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe5da;
Background color
Panel with #ffe5da background
background-color: #ffe5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 229, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 229, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe5da; background: linear-gradient(135deg, #ffe5da, #FFFEDA);