#efc7cd
a pale, vivid red · warm · closest name: pink
RGB
239, 199, 205
HSL
351°, 56%, 86%
CMYK
0, 17, 14, 6
Luminance
0.6361
Every format
| HEX | #efc7cd |
| RGB | rgb(239, 199, 205) |
| HSL | hsl(351, 56%, 86%) |
| CMYK | cmyk(0%, 17%, 14%, 6%) |
| LAB | lab(83.8 15.1 2.3) |
| LCH | lch(83.8 15.3 8.8) |
| OKLCH | oklch(0.866 0.046 7.9) |
Copy-ready code
/* CSS */
color: #efc7cd;
background-color: #efc7cd;
/* Tailwind (arbitrary) */
class="text-[#efc7cd] bg-[#efc7cd]"
/* SCSS */
$brand: #efc7cd;
/* SwiftUI */
Color(red: 0.937, green: 0.780, blue: 0.804)
/* Android */
Color.parseColor("#efc7cd")Accessibility — WCAG contrast
Aa
#efc7cd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc7cd on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green78.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow14.2%
Key (black)6.3%
Color previews
#efc7cd text on a black background
contrast 13.72:1
Card sample
#efc7cd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc7cd;
Background color
Panel with #efc7cd background
background-color: #efc7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 199, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 199, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc7cd; background: linear-gradient(135deg, #efc7cd, #EFDCC7);