#efe3da
a pale, soft orange · warm · closest name: ivory
RGB
239, 227, 218
HSL
26°, 40%, 90%
CMYK
0, 5, 9, 6
Luminance
0.7835
Every format
| HEX | #efe3da |
| RGB | rgb(239, 227, 218) |
| HSL | hsl(26, 40%, 90%) |
| CMYK | cmyk(0%, 5%, 9%, 6%) |
| LAB | lab(90.9 2.6 5.8) |
| LCH | lch(90.9 6.4 66.4) |
| OKLCH | oklch(0.923 0.018 59.5) |
Copy-ready code
/* CSS */
color: #efe3da;
background-color: #efe3da;
/* Tailwind (arbitrary) */
class="text-[#efe3da] bg-[#efe3da]"
/* SCSS */
$brand: #efe3da;
/* SwiftUI */
Color(red: 0.937, green: 0.890, blue: 0.855)
/* Android */
Color.parseColor("#efe3da")Accessibility — WCAG contrast
Aa
#efe3da on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe3da on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green89.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow8.8%
Key (black)6.3%
Color previews
#efe3da text on a black background
contrast 16.67:1
Card sample
#efe3da text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe3da;
Background color
Panel with #efe3da background
background-color: #efe3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 227, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 227, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe3da; background: linear-gradient(135deg, #efe3da, #EDEFDA);