#efe7eb
a pale, soft magenta / pink · warm · closest name: white
RGB
239, 231, 235
HSL
330°, 20%, 92%
CMYK
0, 3, 2, 6
Luminance
0.8150
Every format
| HEX | #efe7eb |
| RGB | rgb(239, 231, 235) |
| HSL | hsl(330, 20%, 92%) |
| CMYK | cmyk(0%, 3%, 2%, 6%) |
| LAB | lab(92.3 3.4 -1.0) |
| LCH | lch(92.3 3.5 343.9) |
| OKLCH | oklch(0.935 0.010 345.4) |
Copy-ready code
/* CSS */
color: #efe7eb;
background-color: #efe7eb;
/* Tailwind (arbitrary) */
class="text-[#efe7eb] bg-[#efe7eb]"
/* SCSS */
$brand: #efe7eb;
/* SwiftUI */
Color(red: 0.937, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#efe7eb")Accessibility — WCAG contrast
Aa
#efe7eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe7eb on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green90.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow1.7%
Key (black)6.3%
Color previews
#efe7eb text on a black background
contrast 17.30:1
Card sample
#efe7eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe7eb;
Background color
Panel with #efe7eb background
background-color: #efe7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe7eb; background: linear-gradient(135deg, #efe7eb, #EFE8E7);