#efcccf
a pale, vivid red · warm · closest name: pink
RGB
239, 204, 207
HSL
355°, 52%, 87%
CMYK
0, 15, 13, 6
Luminance
0.6604
Every format
| HEX | #efcccf |
| RGB | rgb(239, 204, 207) |
| HSL | hsl(355, 52%, 87%) |
| CMYK | cmyk(0%, 15%, 13%, 6%) |
| LAB | lab(85.0 12.8 3.1) |
| LCH | lch(85.0 13.1 13.6) |
| OKLCH | oklch(0.876 0.040 12.1) |
Copy-ready code
/* CSS */
color: #efcccf;
background-color: #efcccf;
/* Tailwind (arbitrary) */
class="text-[#efcccf] bg-[#efcccf]"
/* SCSS */
$brand: #efcccf;
/* SwiftUI */
Color(red: 0.937, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#efcccf")Accessibility — WCAG contrast
Aa
#efcccf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcccf on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow13.4%
Key (black)6.3%
Color previews
#efcccf text on a black background
contrast 14.21:1
Card sample
#efcccf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcccf;
Background color
Panel with #efcccf background
background-color: #efcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcccf; background: linear-gradient(135deg, #efcccf, #EFE0CC);