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