#ffe9da
a pale, electric orange · warm · closest name: beige
RGB
255, 233, 218
HSL
24°, 100%, 93%
CMYK
0, 9, 15, 0
Luminance
0.8460
Every format
| HEX | #ffe9da |
| RGB | rgb(255, 233, 218) |
| HSL | hsl(24, 100%, 93%) |
| CMYK | cmyk(0%, 9%, 15%, 0%) |
| LAB | lab(93.7 5.1 10.0) |
| LCH | lch(93.7 11.2 63.0) |
| OKLCH | oklch(0.948 0.031 56.6) |
Copy-ready code
/* CSS */
color: #ffe9da;
background-color: #ffe9da;
/* Tailwind (arbitrary) */
class="text-[#ffe9da] bg-[#ffe9da]"
/* SCSS */
$brand: #ffe9da;
/* SwiftUI */
Color(red: 1.000, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#ffe9da")Accessibility — WCAG contrast
Aa
#ffe9da on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe9da on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow14.5%
Key (black)0.0%
Color previews
#ffe9da text on a black background
contrast 17.92:1
Card sample
#ffe9da text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe9da;
Background color
Panel with #ffe9da background
background-color: #ffe9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe9da; background: linear-gradient(135deg, #ffe9da, #FCFFDA);