#efc4df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
239, 196, 223
HSL
322°, 57%, 85%
CMYK
0, 18, 7, 6
Luminance
0.6316
Every format
| HEX | #efc4df |
| RGB | rgb(239, 196, 223) |
| HSL | hsl(322, 57%, 85%) |
| CMYK | cmyk(0%, 18%, 7%, 6%) |
| LAB | lab(83.5 19.6 -7.6) |
| LCH | lch(83.5 21.1 338.7) |
| OKLCH | oklch(0.866 0.060 340.4) |
Copy-ready code
/* CSS */
color: #efc4df;
background-color: #efc4df;
/* Tailwind (arbitrary) */
class="text-[#efc4df] bg-[#efc4df]"
/* SCSS */
$brand: #efc4df;
/* SwiftUI */
Color(red: 0.937, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#efc4df")Accessibility — WCAG contrast
Aa
#efc4df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc4df on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow6.7%
Key (black)6.3%
Color previews
#efc4df text on a black background
contrast 13.63:1
Card sample
#efc4df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc4df;
Background color
Panel with #efc4df background
background-color: #efc4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc4df; background: linear-gradient(135deg, #efc4df, #EFC6C4);