#efebc9
a pale, vivid yellow · cool · closest name: beige
RGB
239, 235, 201
HSL
54°, 54%, 86%
CMYK
0, 2, 16, 6
Luminance
0.8198
Every format
| HEX | #efebc9 |
| RGB | rgb(239, 235, 201) |
| HSL | hsl(54, 54%, 86%) |
| CMYK | cmyk(0%, 2%, 16%, 6%) |
| LAB | lab(92.6 -4.2 17.0) |
| LCH | lch(92.6 17.5 103.9) |
| OKLCH | oklch(0.934 0.045 101.7) |
Copy-ready code
/* CSS */
color: #efebc9;
background-color: #efebc9;
/* Tailwind (arbitrary) */
class="text-[#efebc9] bg-[#efebc9]"
/* SCSS */
$brand: #efebc9;
/* SwiftUI */
Color(red: 0.937, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#efebc9")Accessibility — WCAG contrast
Aa
#efebc9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efebc9 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow15.9%
Key (black)6.3%
Color previews
#efebc9 text on a black background
contrast 17.40:1
Card sample
#efebc9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efebc9;
Background color
Panel with #efebc9 background
background-color: #efebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efebc9; background: linear-gradient(135deg, #efebc9, #DAEFC9);