#ec63cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
236, 99, 207
HSL
313°, 78%, 66%
CMYK
0, 58, 12, 8
Luminance
0.3126
Every format
| HEX | #ec63cf |
| RGB | rgb(236, 99, 207) |
| HSL | hsl(313, 78%, 66%) |
| CMYK | cmyk(0%, 58%, 12%, 8%) |
| LAB | lab(62.7 65.1 -30.4) |
| LCH | lch(62.7 71.9 335.0) |
| OKLCH | oklch(0.706 0.207 336.6) |
Copy-ready code
/* CSS */
color: #ec63cf;
background-color: #ec63cf;
/* Tailwind (arbitrary) */
class="text-[#ec63cf] bg-[#ec63cf]"
/* SCSS */
$brand: #ec63cf;
/* SwiftUI */
Color(red: 0.925, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#ec63cf")Accessibility — WCAG contrast
Aa
#ec63cf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec63cf on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green38.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow12.3%
Key (black)7.5%
Color previews
#ec63cf text on a black background
contrast 7.25:1
Card sample
#ec63cf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec63cf;
Background color
Panel with #ec63cf background
background-color: #ec63cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec63cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec63cf; background: linear-gradient(135deg, #ec63cf, #EC6374);