#ec84cf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
236, 132, 207
HSL
317°, 73%, 72%
CMYK
0, 44, 12, 8
Luminance
0.3884
Every format
| HEX | #ec84cf |
| RGB | rgb(236, 132, 207) |
| HSL | hsl(317, 73%, 72%) |
| CMYK | cmyk(0%, 44%, 12%, 8%) |
| LAB | lab(68.6 49.6 -21.3) |
| LCH | lch(68.6 54.0 336.7) |
| OKLCH | oklch(0.750 0.155 338.5) |
Copy-ready code
/* CSS */
color: #ec84cf;
background-color: #ec84cf;
/* Tailwind (arbitrary) */
class="text-[#ec84cf] bg-[#ec84cf]"
/* SCSS */
$brand: #ec84cf;
/* SwiftUI */
Color(red: 0.925, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#ec84cf")Accessibility — WCAG contrast
Aa
#ec84cf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec84cf on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green51.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow12.3%
Key (black)7.5%
Color previews
#ec84cf text on a black background
contrast 8.77:1
Card sample
#ec84cf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec84cf;
Background color
Panel with #ec84cf background
background-color: #ec84cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec84cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec84cf; background: linear-gradient(135deg, #ec84cf, #EC848A);