#efc2cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
239, 194, 207
HSL
343°, 58%, 85%
CMYK
0, 19, 13, 6
Luminance
0.6144
Every format
| HEX | #efc2cf |
| RGB | rgb(239, 194, 207) |
| HSL | hsl(343, 58%, 85%) |
| CMYK | cmyk(0%, 19%, 13%, 6%) |
| LAB | lab(82.6 18.0 -0.4) |
| LCH | lch(82.6 18.0 358.7) |
| OKLCH | oklch(0.857 0.054 359.1) |
Copy-ready code
/* CSS */
color: #efc2cf;
background-color: #efc2cf;
/* Tailwind (arbitrary) */
class="text-[#efc2cf] bg-[#efc2cf]"
/* SCSS */
$brand: #efc2cf;
/* SwiftUI */
Color(red: 0.937, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#efc2cf")Accessibility — WCAG contrast
Aa
#efc2cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc2cf on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow13.4%
Key (black)6.3%
Color previews
#efc2cf text on a black background
contrast 13.29:1
Card sample
#efc2cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc2cf;
Background color
Panel with #efc2cf background
background-color: #efc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc2cf; background: linear-gradient(135deg, #efc2cf, #EFD3C2);