#efe2ef
a pale, soft magenta / pink · warm · closest name: lavender
RGB
239, 226, 239
HSL
300°, 29%, 91%
CMYK
0, 5, 0, 6
Luminance
0.7898
Every format
| HEX | #efe2ef |
| RGB | rgb(239, 226, 239) |
| HSL | hsl(300, 29%, 91%) |
| CMYK | cmyk(0%, 5%, 0%, 6%) |
| LAB | lab(91.2 6.7 -4.7) |
| LCH | lch(91.2 8.2 324.7) |
| OKLCH | oklch(0.927 0.022 325.8) |
Copy-ready code
/* CSS */
color: #efe2ef;
background-color: #efe2ef;
/* Tailwind (arbitrary) */
class="text-[#efe2ef] bg-[#efe2ef]"
/* SCSS */
$brand: #efe2ef;
/* SwiftUI */
Color(red: 0.937, green: 0.886, blue: 0.937)
/* Android */
Color.parseColor("#efe2ef")Accessibility — WCAG contrast
Aa
#efe2ef on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe2ef on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green88.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow0.0%
Key (black)6.3%
Color previews
#efe2ef text on a black background
contrast 16.80:1
Card sample
#efe2ef text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe2ef;
Background color
Panel with #efe2ef background
background-color: #efe2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 226, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 226, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe2ef; background: linear-gradient(135deg, #efe2ef, #EFE2E6);