#efc6df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
239, 198, 223
HSL
323°, 56%, 86%
CMYK
0, 17, 7, 6
Luminance
0.6407
Every format
| HEX | #efc6df |
| RGB | rgb(239, 198, 223) |
| HSL | hsl(323, 56%, 86%) |
| CMYK | cmyk(0%, 17%, 7%, 6%) |
| LAB | lab(84.0 18.6 -6.9) |
| LCH | lch(84.0 19.8 339.5) |
| OKLCH | oklch(0.869 0.057 341.2) |
Copy-ready code
/* CSS */
color: #efc6df;
background-color: #efc6df;
/* Tailwind (arbitrary) */
class="text-[#efc6df] bg-[#efc6df]"
/* SCSS */
$brand: #efc6df;
/* SwiftUI */
Color(red: 0.937, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#efc6df")Accessibility — WCAG contrast
Aa
#efc6df on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc6df on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow6.7%
Key (black)6.3%
Color previews
#efc6df text on a black background
contrast 13.81:1
Card sample
#efc6df text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc6df;
Background color
Panel with #efc6df background
background-color: #efc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc6df; background: linear-gradient(135deg, #efc6df, #EFC8C6);