#efc2ec
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 194, 236
HSL
304°, 58%, 85%
CMYK
0, 19, 1, 6
Luminance
0.6299
Every format
| HEX | #efc2ec |
| RGB | rgb(239, 194, 236) |
| HSL | hsl(304, 58%, 85%) |
| CMYK | cmyk(0%, 19%, 1%, 6%) |
| LAB | lab(83.4 23.0 -14.7) |
| LCH | lch(83.4 27.3 327.4) |
| OKLCH | oklch(0.866 0.075 328.4) |
Copy-ready code
/* CSS */
color: #efc2ec;
background-color: #efc2ec;
/* Tailwind (arbitrary) */
class="text-[#efc2ec] bg-[#efc2ec]"
/* SCSS */
$brand: #efc2ec;
/* SwiftUI */
Color(red: 0.937, green: 0.761, blue: 0.925)
/* Android */
Color.parseColor("#efc2ec")Accessibility — WCAG contrast
Aa
#efc2ec on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc2ec on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow1.3%
Key (black)6.3%
Color previews
#efc2ec text on a black background
contrast 13.60:1
Card sample
#efc2ec text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc2ec;
Background color
Panel with #efc2ec background
background-color: #efc2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 194, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 194, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc2ec; background: linear-gradient(135deg, #efc2ec, #EFC2CE);