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