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