#ec86cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 134, 203
HSL
319°, 73%, 73%
CMYK
0, 43, 14, 8
Luminance
0.3919
Every format
| HEX | #ec86cb |
| RGB | rgb(236, 134, 203) |
| HSL | hsl(319, 73%, 73%) |
| CMYK | cmyk(0%, 43%, 14%, 8%) |
| LAB | lab(68.9 47.9 -18.7) |
| LCH | lch(68.9 51.5 338.7) |
| OKLCH | oklch(0.751 0.149 340.5) |
Copy-ready code
/* CSS */
color: #ec86cb;
background-color: #ec86cb;
/* Tailwind (arbitrary) */
class="text-[#ec86cb] bg-[#ec86cb]"
/* SCSS */
$brand: #ec86cb;
/* SwiftUI */
Color(red: 0.925, green: 0.525, blue: 0.796)
/* Android */
Color.parseColor("#ec86cb")Accessibility — WCAG contrast
Aa
#ec86cb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec86cb on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green52.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow14.0%
Key (black)7.5%
Color previews
#ec86cb text on a black background
contrast 8.84:1
Card sample
#ec86cb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec86cb;
Background color
Panel with #ec86cb background
background-color: #ec86cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec86cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 134, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 134, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec86cb; background: linear-gradient(135deg, #ec86cb, #EC8687);