#ec8ccf
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 140, 207
HSL
318°, 72%, 74%
CMYK
0, 41, 12, 8
Luminance
0.4109
Every format
| HEX | #ec8ccf |
| RGB | rgb(236, 140, 207) |
| HSL | hsl(318, 72%, 74%) |
| CMYK | cmyk(0%, 41%, 12%, 8%) |
| LAB | lab(70.2 45.5 -18.9) |
| LCH | lch(70.2 49.3 337.5) |
| OKLCH | oklch(0.762 0.142 339.2) |
Copy-ready code
/* CSS */
color: #ec8ccf;
background-color: #ec8ccf;
/* Tailwind (arbitrary) */
class="text-[#ec8ccf] bg-[#ec8ccf]"
/* SCSS */
$brand: #ec8ccf;
/* SwiftUI */
Color(red: 0.925, green: 0.549, blue: 0.812)
/* Android */
Color.parseColor("#ec8ccf")Accessibility — WCAG contrast
Aa
#ec8ccf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8ccf on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green54.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow12.3%
Key (black)7.5%
Color previews
#ec8ccf text on a black background
contrast 9.22:1
Card sample
#ec8ccf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8ccf;
Background color
Panel with #ec8ccf background
background-color: #ec8ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 140, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 140, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8ccf; background: linear-gradient(135deg, #ec8ccf, #EC8C8F);