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