#efe2af
a light, vivid yellow · cool · closest name: beige
RGB
239, 226, 175
HSL
48°, 67%, 81%
CMYK
0, 5, 27, 6
Luminance
0.7584
Every format
| HEX | #efe2af |
| RGB | rgb(239, 226, 175) |
| HSL | hsl(48, 67%, 81%) |
| CMYK | cmyk(0%, 5%, 27%, 6%) |
| LAB | lab(89.8 -3.3 26.6) |
| LCH | lch(89.8 26.8 97.1) |
| OKLCH | oklch(0.911 0.068 95.5) |
Copy-ready code
/* CSS */
color: #efe2af;
background-color: #efe2af;
/* Tailwind (arbitrary) */
class="text-[#efe2af] bg-[#efe2af]"
/* SCSS */
$brand: #efe2af;
/* SwiftUI */
Color(red: 0.937, green: 0.886, blue: 0.686)
/* Android */
Color.parseColor("#efe2af")Accessibility — WCAG contrast
Aa
#efe2af on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe2af on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green88.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow26.8%
Key (black)6.3%
Color previews
#efe2af text on a black background
contrast 16.17:1
Card sample
#efe2af text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe2af;
Background color
Panel with #efe2af background
background-color: #efe2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 226, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 226, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe2af; background: linear-gradient(135deg, #efe2af, #D1EFAF);