#eec3cb
a light, vivid red · warm · closest name: pink
RGB
238, 195, 203
HSL
349°, 56%, 85%
CMYK
0, 18, 15, 7
Luminance
0.6152
Every format
| HEX | #eec3cb |
| RGB | rgb(238, 195, 203) |
| HSL | hsl(349, 56%, 85%) |
| CMYK | cmyk(0%, 18%, 15%, 7%) |
| LAB | lab(82.7 16.5 1.8) |
| LCH | lch(82.7 16.6 6.2) |
| OKLCH | oklch(0.857 0.050 5.6) |
Copy-ready code
/* CSS */
color: #eec3cb;
background-color: #eec3cb;
/* Tailwind (arbitrary) */
class="text-[#eec3cb] bg-[#eec3cb]"
/* SCSS */
$brand: #eec3cb;
/* SwiftUI */
Color(red: 0.933, green: 0.765, blue: 0.796)
/* Android */
Color.parseColor("#eec3cb")Accessibility — WCAG contrast
Aa
#eec3cb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec3cb on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow14.7%
Key (black)6.7%
Color previews
#eec3cb text on a black background
contrast 13.30:1
Card sample
#eec3cb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec3cb;
Background color
Panel with #eec3cb background
background-color: #eec3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 195, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 195, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec3cb; background: linear-gradient(135deg, #eec3cb, #EED8C3);