#efe2db
a pale, soft orange · warm · closest name: ivory
RGB
239, 226, 219
HSL
21°, 39%, 90%
CMYK
0, 5, 8, 6
Luminance
0.7786
Every format
| HEX | #efe2db |
| RGB | rgb(239, 226, 219) |
| HSL | hsl(21, 39%, 90%) |
| CMYK | cmyk(0%, 5%, 8%, 6%) |
| LAB | lab(90.7 3.2 5.0) |
| LCH | lch(90.7 6.0 57.1) |
| OKLCH | oklch(0.921 0.017 50.4) |
Copy-ready code
/* CSS */
color: #efe2db;
background-color: #efe2db;
/* Tailwind (arbitrary) */
class="text-[#efe2db] bg-[#efe2db]"
/* SCSS */
$brand: #efe2db;
/* SwiftUI */
Color(red: 0.937, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#efe2db")Accessibility — WCAG contrast
Aa
#efe2db on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe2db on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow8.4%
Key (black)6.3%
Color previews
#efe2db text on a black background
contrast 16.57:1
Card sample
#efe2db text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe2db;
Background color
Panel with #efe2db background
background-color: #efe2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe2db; background: linear-gradient(135deg, #efe2db, #EFEFDB);