#efc6cb
a pale, vivid red · warm · closest name: pink
RGB
239, 198, 203
HSL
353°, 56%, 86%
CMYK
0, 17, 15, 6
Luminance
0.6305
Every format
| HEX | #efc6cb |
| RGB | rgb(239, 198, 203) |
| HSL | hsl(353, 56%, 86%) |
| CMYK | cmyk(0%, 17%, 15%, 6%) |
| LAB | lab(83.5 15.3 3.0) |
| LCH | lch(83.5 15.6 11.0) |
| OKLCH | oklch(0.863 0.047 9.8) |
Copy-ready code
/* CSS */
color: #efc6cb;
background-color: #efc6cb;
/* Tailwind (arbitrary) */
class="text-[#efc6cb] bg-[#efc6cb]"
/* SCSS */
$brand: #efc6cb;
/* SwiftUI */
Color(red: 0.937, green: 0.776, blue: 0.796)
/* Android */
Color.parseColor("#efc6cb")Accessibility — WCAG contrast
Aa
#efc6cb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc6cb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green77.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow15.1%
Key (black)6.3%
Color previews
#efc6cb text on a black background
contrast 13.61:1
Card sample
#efc6cb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc6cb;
Background color
Panel with #efc6cb background
background-color: #efc6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 198, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 198, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc6cb; background: linear-gradient(135deg, #efc6cb, #EFDCC6);