#efefda
a pale, soft yellow · cool · closest name: beige
RGB
239, 239, 218
HSL
60°, 40%, 90%
CMYK
0, 0, 9, 6
Luminance
0.8515
Every format
| HEX | #efefda |
| RGB | rgb(239, 239, 218) |
| HSL | hsl(60, 40%, 90%) |
| CMYK | cmyk(0%, 0%, 9%, 6%) |
| LAB | lab(94.0 -3.6 10.2) |
| LCH | lch(94.0 10.8 109.3) |
| OKLCH | oklch(0.947 0.028 106.9) |
Copy-ready code
/* CSS */
color: #efefda;
background-color: #efefda;
/* Tailwind (arbitrary) */
class="text-[#efefda] bg-[#efefda]"
/* SCSS */
$brand: #efefda;
/* SwiftUI */
Color(red: 0.937, green: 0.937, blue: 0.855)
/* Android */
Color.parseColor("#efefda")Accessibility — WCAG contrast
Aa
#efefda on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efefda on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green93.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow8.8%
Key (black)6.3%
Color previews
#efefda text on a black background
contrast 18.03:1
Card sample
#efefda text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efefda;
Background color
Panel with #efefda background
background-color: #efefda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efefda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 239, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 239, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efefda; background: linear-gradient(135deg, #efefda, #E1EFDA);