#efc2df
a light, vivid magenta / pink · warm · closest name: pink
RGB
239, 194, 223
HSL
321°, 58%, 85%
CMYK
0, 19, 7, 6
Luminance
0.6226
Every format
| HEX | #efc2df |
| RGB | rgb(239, 194, 223) |
| HSL | hsl(321, 58%, 85%) |
| CMYK | cmyk(0%, 19%, 7%, 6%) |
| LAB | lab(83.0 20.7 -8.3) |
| LCH | lch(83.0 22.3 338.0) |
| OKLCH | oklch(0.862 0.064 339.7) |
Copy-ready code
/* CSS */
color: #efc2df;
background-color: #efc2df;
/* Tailwind (arbitrary) */
class="text-[#efc2df] bg-[#efc2df]"
/* SCSS */
$brand: #efc2df;
/* SwiftUI */
Color(red: 0.937, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#efc2df")Accessibility — WCAG contrast
Aa
#efc2df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc2df on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow6.7%
Key (black)6.3%
Color previews
#efc2df text on a black background
contrast 13.45:1
Card sample
#efc2df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc2df;
Background color
Panel with #efc2df background
background-color: #efc2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc2df; background: linear-gradient(135deg, #efc2df, #EFC3C2);