#efe2ba
a light, vivid yellow · cool · closest name: beige
RGB
239, 226, 186
HSL
45°, 62%, 83%
CMYK
0, 5, 22, 6
Luminance
0.7629
Every format
| HEX | #efe2ba |
| RGB | rgb(239, 226, 186) |
| HSL | hsl(45, 62%, 83%) |
| CMYK | cmyk(0%, 5%, 22%, 6%) |
| LAB | lab(90.0 -1.8 21.2) |
| LCH | lch(90.0 21.3 94.9) |
| OKLCH | oklch(0.913 0.054 92.2) |
Copy-ready code
/* CSS */
color: #efe2ba;
background-color: #efe2ba;
/* Tailwind (arbitrary) */
class="text-[#efe2ba] bg-[#efe2ba]"
/* SCSS */
$brand: #efe2ba;
/* SwiftUI */
Color(red: 0.937, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#efe2ba")Accessibility — WCAG contrast
Aa
#efe2ba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe2ba on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green88.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow22.2%
Key (black)6.3%
Color previews
#efe2ba text on a black background
contrast 16.26:1
Card sample
#efe2ba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe2ba;
Background color
Panel with #efe2ba background
background-color: #efe2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe2ba; background: linear-gradient(135deg, #efe2ba, #D9EFBA);