#efebc2
a light, vivid yellow · cool · closest name: beige
RGB
239, 235, 194
HSL
55°, 58%, 85%
CMYK
0, 2, 19, 6
Luminance
0.8166
Every format
| HEX | #efebc2 |
| RGB | rgb(239, 235, 194) |
| HSL | hsl(55, 58%, 85%) |
| CMYK | cmyk(0%, 2%, 19%, 6%) |
| LAB | lab(92.4 -5.2 20.4) |
| LCH | lch(92.4 21.1 104.4) |
| OKLCH | oklch(0.933 0.054 102.8) |
Copy-ready code
/* CSS */
color: #efebc2;
background-color: #efebc2;
/* Tailwind (arbitrary) */
class="text-[#efebc2] bg-[#efebc2]"
/* SCSS */
$brand: #efebc2;
/* SwiftUI */
Color(red: 0.937, green: 0.922, blue: 0.761)
/* Android */
Color.parseColor("#efebc2")Accessibility — WCAG contrast
Aa
#efebc2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efebc2 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow18.8%
Key (black)6.3%
Color previews
#efebc2 text on a black background
contrast 17.33:1
Card sample
#efebc2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efebc2;
Background color
Panel with #efebc2 background
background-color: #efebc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efebc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 235, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 235, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efebc2; background: linear-gradient(135deg, #efebc2, #D5EFC2);