#efe8eb
a pale, soft magenta / pink · warm · closest name: white
RGB
239, 232, 235
HSL
334°, 18%, 92%
CMYK
0, 3, 2, 6
Luminance
0.8206
Every format
| HEX | #efe8eb |
| RGB | rgb(239, 232, 235) |
| HSL | hsl(334, 18%, 92%) |
| CMYK | cmyk(0%, 3%, 2%, 6%) |
| LAB | lab(92.6 2.9 -0.6) |
| LCH | lch(92.6 3.0 347.9) |
| OKLCH | oklch(0.937 0.009 349.3) |
Copy-ready code
/* CSS */
color: #efe8eb;
background-color: #efe8eb;
/* Tailwind (arbitrary) */
class="text-[#efe8eb] bg-[#efe8eb]"
/* SCSS */
$brand: #efe8eb;
/* SwiftUI */
Color(red: 0.937, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#efe8eb")Accessibility — WCAG contrast
Aa
#efe8eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe8eb on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow1.7%
Key (black)6.3%
Color previews
#efe8eb text on a black background
contrast 17.41:1
Card sample
#efe8eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe8eb;
Background color
Panel with #efe8eb background
background-color: #efe8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe8eb; background: linear-gradient(135deg, #efe8eb, #EFEAE8);