#efe2ce
a pale, vivid orange · warm · closest name: beige
RGB
239, 226, 206
HSL
36°, 51%, 87%
CMYK
0, 5, 14, 6
Luminance
0.7720
Every format
| HEX | #efe2ce |
| RGB | rgb(239, 226, 206) |
| HSL | hsl(36, 51%, 87%) |
| CMYK | cmyk(0%, 5%, 14%, 6%) |
| LAB | lab(90.4 1.1 11.4) |
| LCH | lch(90.4 11.4 84.2) |
| OKLCH | oklch(0.918 0.030 78.8) |
Copy-ready code
/* CSS */
color: #efe2ce;
background-color: #efe2ce;
/* Tailwind (arbitrary) */
class="text-[#efe2ce] bg-[#efe2ce]"
/* SCSS */
$brand: #efe2ce;
/* SwiftUI */
Color(red: 0.937, green: 0.886, blue: 0.808)
/* Android */
Color.parseColor("#efe2ce")Accessibility — WCAG contrast
Aa
#efe2ce on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe2ce on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green88.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow13.8%
Key (black)6.3%
Color previews
#efe2ce text on a black background
contrast 16.44:1
Card sample
#efe2ce text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe2ce;
Background color
Panel with #efe2ce background
background-color: #efe2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 226, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 226, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe2ce; background: linear-gradient(135deg, #efe2ce, #E6EFCE);