#efcbdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
239, 203, 223
HSL
327°, 53%, 87%
CMYK
0, 15, 7, 6
Luminance
0.6639
Every format
| HEX | #efcbdf |
| RGB | rgb(239, 203, 223) |
| HSL | hsl(327, 53%, 87%) |
| CMYK | cmyk(0%, 15%, 7%, 6%) |
| LAB | lab(85.2 15.9 -5.2) |
| LCH | lch(85.2 16.8 342.0) |
| OKLCH | oklch(0.878 0.048 343.6) |
Copy-ready code
/* CSS */
color: #efcbdf;
background-color: #efcbdf;
/* Tailwind (arbitrary) */
class="text-[#efcbdf] bg-[#efcbdf]"
/* SCSS */
$brand: #efcbdf;
/* SwiftUI */
Color(red: 0.937, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#efcbdf")Accessibility — WCAG contrast
Aa
#efcbdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcbdf on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow6.7%
Key (black)6.3%
Color previews
#efcbdf text on a black background
contrast 14.28:1
Card sample
#efcbdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcbdf;
Background color
Panel with #efcbdf background
background-color: #efcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcbdf; background: linear-gradient(135deg, #efcbdf, #EFCFCB);