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