#efefec
a pale, muted yellow · cool · closest name: white
RGB
239, 239, 236
HSL
60°, 9%, 93%
CMYK
0, 0, 1, 6
Luminance
0.8614
Every format
| HEX | #efefec |
| RGB | rgb(239, 239, 236) |
| HSL | hsl(60, 9%, 93%) |
| CMYK | cmyk(0%, 0%, 1%, 6%) |
| LAB | lab(94.4 -0.5 1.4) |
| LCH | lch(94.4 1.5 110.1) |
| OKLCH | oklch(0.951 0.004 106.5) |
Copy-ready code
/* CSS */
color: #efefec;
background-color: #efefec;
/* Tailwind (arbitrary) */
class="text-[#efefec] bg-[#efefec]"
/* SCSS */
$brand: #efefec;
/* SwiftUI */
Color(red: 0.937, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#efefec")Accessibility — WCAG contrast
Aa
#efefec on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efefec on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green93.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#efefec text on a black background
contrast 18.23:1
Card sample
#efefec text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efefec;
Background color
Panel with #efefec background
background-color: #efefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efefec; background: linear-gradient(135deg, #efefec, #EDEFEC);