#ec86cf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
236, 134, 207
HSL
317°, 73%, 73%
CMYK
0, 43, 12, 8
Luminance
0.3939
Every format
| HEX | #ec86cf |
| RGB | rgb(236, 134, 207) |
| HSL | hsl(317, 73%, 73%) |
| CMYK | cmyk(0%, 43%, 12%, 8%) |
| LAB | lab(69.0 48.6 -20.7) |
| LCH | lch(69.0 52.8 336.9) |
| OKLCH | oklch(0.752 0.152 338.6) |
Copy-ready code
/* CSS */
color: #ec86cf;
background-color: #ec86cf;
/* Tailwind (arbitrary) */
class="text-[#ec86cf] bg-[#ec86cf]"
/* SCSS */
$brand: #ec86cf;
/* SwiftUI */
Color(red: 0.925, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#ec86cf")Accessibility — WCAG contrast
Aa
#ec86cf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec86cf on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green52.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow12.3%
Key (black)7.5%
Color previews
#ec86cf text on a black background
contrast 8.88:1
Card sample
#ec86cf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec86cf;
Background color
Panel with #ec86cf background
background-color: #ec86cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec86cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec86cf; background: linear-gradient(135deg, #ec86cf, #EC868B);