#efcbc2
a light, vivid red · warm · closest name: pink
RGB
239, 203, 194
HSL
12°, 58%, 85%
CMYK
0, 15, 19, 6
Luminance
0.6496
Every format
| HEX | #efcbc2 |
| RGB | rgb(239, 203, 194) |
| HSL | hsl(12, 58%, 85%) |
| CMYK | cmyk(0%, 15%, 19%, 6%) |
| LAB | lab(84.5 11.3 9.2) |
| LCH | lch(84.5 14.5 39.2) |
| OKLCH | oklch(0.870 0.043 34.3) |
Copy-ready code
/* CSS */
color: #efcbc2;
background-color: #efcbc2;
/* Tailwind (arbitrary) */
class="text-[#efcbc2] bg-[#efcbc2]"
/* SCSS */
$brand: #efcbc2;
/* SwiftUI */
Color(red: 0.937, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#efcbc2")Accessibility — WCAG contrast
Aa
#efcbc2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcbc2 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green79.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow18.8%
Key (black)6.3%
Color previews
#efcbc2 text on a black background
contrast 13.99:1
Card sample
#efcbc2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcbc2;
Background color
Panel with #efcbc2 background
background-color: #efcbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcbc2; background: linear-gradient(135deg, #efcbc2, #EFE9C2);