#efcbc9
a pale, vivid red · warm · closest name: pink
RGB
239, 203, 201
HSL
3°, 54%, 86%
CMYK
0, 15, 16, 6
Luminance
0.6528
Every format
| HEX | #efcbc9 |
| RGB | rgb(239, 203, 201) |
| HSL | hsl(3, 54%, 86%) |
| CMYK | cmyk(0%, 15%, 16%, 6%) |
| LAB | lab(84.6 12.3 5.7) |
| LCH | lch(84.6 13.6 24.8) |
| OKLCH | oklch(0.872 0.041 21.7) |
Copy-ready code
/* CSS */
color: #efcbc9;
background-color: #efcbc9;
/* Tailwind (arbitrary) */
class="text-[#efcbc9] bg-[#efcbc9]"
/* SCSS */
$brand: #efcbc9;
/* SwiftUI */
Color(red: 0.937, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#efcbc9")Accessibility — WCAG contrast
Aa
#efcbc9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcbc9 on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green79.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow15.9%
Key (black)6.3%
Color previews
#efcbc9 text on a black background
contrast 14.06:1
Card sample
#efcbc9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcbc9;
Background color
Panel with #efcbc9 background
background-color: #efcbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcbc9; background: linear-gradient(135deg, #efcbc9, #EFE4C9);