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