#efa2bc
a light, vivid magenta / pink · warm · closest name: pink
RGB
239, 162, 188
HSL
340°, 71%, 79%
CMYK
0, 32, 21, 6
Luminance
0.4782
Every format
| HEX | #efa2bc |
| RGB | rgb(239, 162, 188) |
| HSL | hsl(340, 71%, 79%) |
| CMYK | cmyk(0%, 32%, 21%, 6%) |
| LAB | lab(74.7 32.1 -1.7) |
| LCH | lch(74.7 32.1 357.0) |
| OKLCH | oklch(0.794 0.096 357.6) |
Copy-ready code
/* CSS */
color: #efa2bc;
background-color: #efa2bc;
/* Tailwind (arbitrary) */
class="text-[#efa2bc] bg-[#efa2bc]"
/* SCSS */
$brand: #efa2bc;
/* SwiftUI */
Color(red: 0.937, green: 0.635, blue: 0.737)
/* Android */
Color.parseColor("#efa2bc")Accessibility — WCAG contrast
Aa
#efa2bc on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efa2bc on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green63.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow21.3%
Key (black)6.3%
Color previews
#efa2bc text on a black background
contrast 10.56:1
Card sample
#efa2bc text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efa2bc;
Background color
Panel with #efa2bc background
background-color: #efa2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efa2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 162, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 162, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efa2bc; background: linear-gradient(135deg, #efa2bc, #EFBBA2);