#eface2
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 172, 226
HSL
312°, 68%, 81%
CMYK
0, 28, 5, 6
Luminance
0.5335
Every format
| HEX | #eface2 |
| RGB | rgb(239, 172, 226) |
| HSL | hsl(312, 68%, 81%) |
| CMYK | cmyk(0%, 28%, 5%, 6%) |
| LAB | lab(78.1 32.9 -17.4) |
| LCH | lch(78.1 37.2 332.1) |
| OKLCH | oklch(0.824 0.104 333.5) |
Copy-ready code
/* CSS */
color: #eface2;
background-color: #eface2;
/* Tailwind (arbitrary) */
class="text-[#eface2] bg-[#eface2]"
/* SCSS */
$brand: #eface2;
/* SwiftUI */
Color(red: 0.937, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#eface2")Accessibility — WCAG contrast
Aa
#eface2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eface2 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green67.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow5.4%
Key (black)6.3%
Color previews
#eface2 text on a black background
contrast 11.67:1
Card sample
#eface2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eface2;
Background color
Panel with #eface2 background
background-color: #eface2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eface2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eface2; background: linear-gradient(135deg, #eface2, #EFACB5);