#efeabc
a light, vivid yellow · cool · closest name: beige
RGB
239, 234, 188
HSL
54°, 61%, 84%
CMYK
0, 2, 21, 6
Luminance
0.8083
Every format
| HEX | #efeabc |
| RGB | rgb(239, 234, 188) |
| HSL | hsl(54, 61%, 84%) |
| CMYK | cmyk(0%, 2%, 21%, 6%) |
| LAB | lab(92.1 -5.6 23.0) |
| LCH | lch(92.1 23.7 103.6) |
| OKLCH | oklch(0.929 0.060 102.3) |
Copy-ready code
/* CSS */
color: #efeabc;
background-color: #efeabc;
/* Tailwind (arbitrary) */
class="text-[#efeabc] bg-[#efeabc]"
/* SCSS */
$brand: #efeabc;
/* SwiftUI */
Color(red: 0.937, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#efeabc")Accessibility — WCAG contrast
Aa
#efeabc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeabc on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow21.3%
Key (black)6.3%
Color previews
#efeabc text on a black background
contrast 17.17:1
Card sample
#efeabc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeabc;
Background color
Panel with #efeabc background
background-color: #efeabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeabc; background: linear-gradient(135deg, #efeabc, #D2EFBC);