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