#efbcdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
239, 188, 223
HSL
319°, 61%, 84%
CMYK
0, 21, 7, 6
Luminance
0.5964
Every format
| HEX | #efbcdf |
| RGB | rgb(239, 188, 223) |
| HSL | hsl(319, 61%, 84%) |
| CMYK | cmyk(0%, 21%, 7%, 6%) |
| LAB | lab(81.7 23.9 -10.4) |
| LCH | lch(81.7 26.1 336.4) |
| OKLCH | oklch(0.851 0.074 338.0) |
Copy-ready code
/* CSS */
color: #efbcdf;
background-color: #efbcdf;
/* Tailwind (arbitrary) */
class="text-[#efbcdf] bg-[#efbcdf]"
/* SCSS */
$brand: #efbcdf;
/* SwiftUI */
Color(red: 0.937, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#efbcdf")Accessibility — WCAG contrast
Aa
#efbcdf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efbcdf on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow6.7%
Key (black)6.3%
Color previews
#efbcdf text on a black background
contrast 12.93:1
Card sample
#efbcdf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efbcdf;
Background color
Panel with #efbcdf background
background-color: #efbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efbcdf; background: linear-gradient(135deg, #efbcdf, #EFBCBD);