#efefd8
a pale, soft yellow · cool · “beige”
RGB
239, 239, 216
HSL
60°, 42%, 89%
CMYK
0, 0, 10, 6
Luminance
0.8504
Every format
| HEX | #efefd8 |
| RGB | rgb(239, 239, 216) |
| HSL | hsl(60, 42%, 89%) |
| CMYK | cmyk(0%, 0%, 10%, 6%) |
| LAB | lab(93.9 -3.9 11.1) |
| LCH | lch(93.9 11.8 109.3) |
| OKLCH | oklch(0.946 0.030 107.0) |
Copy-ready code
/* CSS */
color: #efefd8;
background-color: #efefd8;
/* Tailwind (arbitrary) */
class="text-[#efefd8] bg-[#efefd8]"
/* SCSS */
$brand: #efefd8;
/* SwiftUI */
Color(red: 0.937, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#efefd8")Accessibility — WCAG contrast
Aa
#efefd8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efefd8 on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green93.7%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow9.6%
Key (black)6.3%
Color previews
#efefd8 text on a black background
contrast 18.01:1
Card sample
#efefd8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efefd8;
Background color
Panel with #efefd8 background
background-color: #efefd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efefd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efefd8; background: linear-gradient(135deg, #efefd8, #E0EFD8);