#efc0df
a light, vivid magenta / pink · warm · closest name: pink
RGB
239, 192, 223
HSL
320°, 60%, 85%
CMYK
0, 20, 7, 6
Luminance
0.6138
Every format
| HEX | #efc0df |
| RGB | rgb(239, 192, 223) |
| HSL | hsl(320, 60%, 85%) |
| CMYK | cmyk(0%, 20%, 7%, 6%) |
| LAB | lab(82.6 21.8 -9.0) |
| LCH | lch(82.6 23.6 337.4) |
| OKLCH | oklch(0.858 0.067 339.1) |
Copy-ready code
/* CSS */
color: #efc0df;
background-color: #efc0df;
/* Tailwind (arbitrary) */
class="text-[#efc0df] bg-[#efc0df]"
/* SCSS */
$brand: #efc0df;
/* SwiftUI */
Color(red: 0.937, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#efc0df")Accessibility — WCAG contrast
Aa
#efc0df on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc0df on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow6.7%
Key (black)6.3%
Color previews
#efc0df text on a black background
contrast 13.28:1
Card sample
#efc0df text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc0df;
Background color
Panel with #efc0df background
background-color: #efc0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc0df; background: linear-gradient(135deg, #efc0df, #EFC0C0);