#efefdf
a pale, soft yellow · cool · closest name: beige
RGB
239, 239, 223
HSL
60°, 33%, 91%
CMYK
0, 0, 7, 6
Luminance
0.8541
Every format
| HEX | #efefdf |
| RGB | rgb(239, 239, 223) |
| HSL | hsl(60, 33%, 91%) |
| CMYK | cmyk(0%, 0%, 7%, 6%) |
| LAB | lab(94.1 -2.7 7.7) |
| LCH | lch(94.1 8.2 109.5) |
| OKLCH | oklch(0.948 0.021 106.8) |
Copy-ready code
/* CSS */
color: #efefdf;
background-color: #efefdf;
/* Tailwind (arbitrary) */
class="text-[#efefdf] bg-[#efefdf]"
/* SCSS */
$brand: #efefdf;
/* SwiftUI */
Color(red: 0.937, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#efefdf")Accessibility — WCAG contrast
Aa
#efefdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efefdf on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green93.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#efefdf text on a black background
contrast 18.08:1
Card sample
#efefdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efefdf;
Background color
Panel with #efefdf background
background-color: #efefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efefdf; background: linear-gradient(135deg, #efefdf, #E4EFDF);