#efe0c2
a light, vivid yellow · warm · closest name: beige
RGB
239, 224, 194
HSL
40°, 58%, 85%
CMYK
0, 6, 19, 6
Luminance
0.7556
Every format
| HEX | #efe0c2 |
| RGB | rgb(239, 224, 194) |
| HSL | hsl(40, 58%, 85%) |
| CMYK | cmyk(0%, 6%, 19%, 6%) |
| LAB | lab(89.7 0.4 16.6) |
| LCH | lch(89.7 16.6 88.7) |
| OKLCH | oklch(0.911 0.043 84.6) |
Copy-ready code
/* CSS */
color: #efe0c2;
background-color: #efe0c2;
/* Tailwind (arbitrary) */
class="text-[#efe0c2] bg-[#efe0c2]"
/* SCSS */
$brand: #efe0c2;
/* SwiftUI */
Color(red: 0.937, green: 0.878, blue: 0.761)
/* Android */
Color.parseColor("#efe0c2")Accessibility — WCAG contrast
Aa
#efe0c2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe0c2 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow18.8%
Key (black)6.3%
Color previews
#efe0c2 text on a black background
contrast 16.11:1
Card sample
#efe0c2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe0c2;
Background color
Panel with #efe0c2 background
background-color: #efe0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 224, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 224, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe0c2; background: linear-gradient(135deg, #efe0c2, #E0EFC2);