#efcace
a pale, vivid red · warm · closest name: pink
RGB
239, 202, 206
HSL
354°, 54%, 87%
CMYK
0, 16, 14, 6
Luminance
0.6505
Every format
| HEX | #efcace |
| RGB | rgb(239, 202, 206) |
| HSL | hsl(354, 54%, 87%) |
| CMYK | cmyk(0%, 16%, 14%, 6%) |
| LAB | lab(84.5 13.7 2.9) |
| LCH | lch(84.5 13.9 11.9) |
| OKLCH | oklch(0.872 0.042 10.6) |
Copy-ready code
/* CSS */
color: #efcace;
background-color: #efcace;
/* Tailwind (arbitrary) */
class="text-[#efcace] bg-[#efcace]"
/* SCSS */
$brand: #efcace;
/* SwiftUI */
Color(red: 0.937, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#efcace")Accessibility — WCAG contrast
Aa
#efcace on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcace on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow13.8%
Key (black)6.3%
Color previews
#efcace text on a black background
contrast 14.01:1
Card sample
#efcace text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcace;
Background color
Panel with #efcace background
background-color: #efcace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcace; background: linear-gradient(135deg, #efcace, #EFDFCA);