#efc3eb
a pale, vivid magenta / pink · warm · closest name: plum
RGB
239, 195, 235
HSL
306°, 58%, 85%
CMYK
0, 18, 2, 6
Luminance
0.6338
Every format
| HEX | #efc3eb |
| RGB | rgb(239, 195, 235) |
| HSL | hsl(306, 58%, 85%) |
| CMYK | cmyk(0%, 18%, 2%, 6%) |
| LAB | lab(83.6 22.3 -13.9) |
| LCH | lch(83.6 26.2 328.1) |
| OKLCH | oklch(0.868 0.072 329.2) |
Copy-ready code
/* CSS */
color: #efc3eb;
background-color: #efc3eb;
/* Tailwind (arbitrary) */
class="text-[#efc3eb] bg-[#efc3eb]"
/* SCSS */
$brand: #efc3eb;
/* SwiftUI */
Color(red: 0.937, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#efc3eb")Accessibility — WCAG contrast
Aa
#efc3eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc3eb on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow1.7%
Key (black)6.3%
Color previews
#efc3eb text on a black background
contrast 13.68:1
Card sample
#efc3eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc3eb;
Background color
Panel with #efc3eb background
background-color: #efc3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc3eb; background: linear-gradient(135deg, #efc3eb, #EFC3CE);