#efabc2
a light, vivid magenta / pink · warm · closest name: pink
RGB
239, 171, 194
HSL
340°, 68%, 80%
CMYK
0, 29, 19, 6
Luminance
0.5137
Every format
| HEX | #efabc2 |
| RGB | rgb(239, 171, 194) |
| HSL | hsl(340, 68%, 80%) |
| CMYK | cmyk(0%, 29%, 19%, 6%) |
| LAB | lab(76.9 28.2 -1.8) |
| LCH | lch(76.9 28.3 356.5) |
| OKLCH | oklch(0.812 0.085 357.1) |
Copy-ready code
/* CSS */
color: #efabc2;
background-color: #efabc2;
/* Tailwind (arbitrary) */
class="text-[#efabc2] bg-[#efabc2]"
/* SCSS */
$brand: #efabc2;
/* SwiftUI */
Color(red: 0.937, green: 0.671, blue: 0.761)
/* Android */
Color.parseColor("#efabc2")Accessibility — WCAG contrast
Aa
#efabc2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efabc2 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green67.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow18.8%
Key (black)6.3%
Color previews
#efabc2 text on a black background
contrast 11.27:1
Card sample
#efabc2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efabc2;
Background color
Panel with #efabc2 background
background-color: #efabc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efabc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 171, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 171, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efabc2; background: linear-gradient(135deg, #efabc2, #EFC1AB);