#efe8cf
a pale, vivid yellow · cool · closest name: beige
RGB
239, 232, 207
HSL
47°, 50%, 88%
CMYK
0, 3, 13, 6
Luminance
0.8057
Every format
| HEX | #efe8cf |
| RGB | rgb(239, 232, 207) |
| HSL | hsl(47, 50%, 88%) |
| CMYK | cmyk(0%, 3%, 13%, 6%) |
| LAB | lab(91.9 -1.8 13.0) |
| LCH | lch(91.9 13.1 97.7) |
| OKLCH | oklch(0.930 0.034 94.1) |
Copy-ready code
/* CSS */
color: #efe8cf;
background-color: #efe8cf;
/* Tailwind (arbitrary) */
class="text-[#efe8cf] bg-[#efe8cf]"
/* SCSS */
$brand: #efe8cf;
/* SwiftUI */
Color(red: 0.937, green: 0.910, blue: 0.812)
/* Android */
Color.parseColor("#efe8cf")Accessibility — WCAG contrast
Aa
#efe8cf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe8cf on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow13.4%
Key (black)6.3%
Color previews
#efe8cf text on a black background
contrast 17.11:1
Card sample
#efe8cf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe8cf;
Background color
Panel with #efe8cf background
background-color: #efe8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 232, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 232, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe8cf; background: linear-gradient(135deg, #efe8cf, #E1EFCF);