#efa2cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 162, 207
HSL
325°, 71%, 79%
CMYK
0, 32, 13, 6
Luminance
0.4870
Every format
| HEX | #efa2cf |
| RGB | rgb(239, 162, 207) |
| HSL | hsl(325, 71%, 79%) |
| CMYK | cmyk(0%, 32%, 13%, 6%) |
| LAB | lab(75.3 35.0 -11.3) |
| LCH | lch(75.3 36.8 342.1) |
| OKLCH | oklch(0.800 0.107 343.9) |
Copy-ready code
/* CSS */
color: #efa2cf;
background-color: #efa2cf;
/* Tailwind (arbitrary) */
class="text-[#efa2cf] bg-[#efa2cf]"
/* SCSS */
$brand: #efa2cf;
/* SwiftUI */
Color(red: 0.937, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#efa2cf")Accessibility — WCAG contrast
Aa
#efa2cf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efa2cf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green63.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow13.4%
Key (black)6.3%
Color previews
#efa2cf text on a black background
contrast 10.74:1
Card sample
#efa2cf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efa2cf;
Background color
Panel with #efa2cf background
background-color: #efa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efa2cf; background: linear-gradient(135deg, #efa2cf, #EFA8A2);