#efc3c9
a pale, vivid red · warm · closest name: pink
RGB
239, 195, 201
HSL
352°, 58%, 85%
CMYK
0, 18, 16, 6
Luminance
0.6160
Every format
| HEX | #efc3c9 |
| RGB | rgb(239, 195, 201) |
| HSL | hsl(352, 58%, 85%) |
| CMYK | cmyk(0%, 18%, 16%, 6%) |
| LAB | lab(82.7 16.6 2.9) |
| LCH | lch(82.7 16.8 10.0) |
| OKLCH | oklch(0.857 0.051 9.0) |
Copy-ready code
/* CSS */
color: #efc3c9;
background-color: #efc3c9;
/* Tailwind (arbitrary) */
class="text-[#efc3c9] bg-[#efc3c9]"
/* SCSS */
$brand: #efc3c9;
/* SwiftUI */
Color(red: 0.937, green: 0.765, blue: 0.788)
/* Android */
Color.parseColor("#efc3c9")Accessibility — WCAG contrast
Aa
#efc3c9 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc3c9 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow15.9%
Key (black)6.3%
Color previews
#efc3c9 text on a black background
contrast 13.32:1
Card sample
#efc3c9 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc3c9;
Background color
Panel with #efc3c9 background
background-color: #efc3c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc3c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 195, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 195, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc3c9; background: linear-gradient(135deg, #efc3c9, #EFDAC3);