#ec6ecf
a light, electric magenta / pink · warm · closest name: orchid
RGB
236, 110, 207
HSL
314°, 77%, 68%
CMYK
0, 53, 12, 8
Luminance
0.3349
Every format
| HEX | #ec6ecf |
| RGB | rgb(236, 110, 207) |
| HSL | hsl(314, 77%, 68%) |
| CMYK | cmyk(0%, 53%, 12%, 8%) |
| LAB | lab(64.6 60.2 -27.6) |
| LCH | lch(64.6 66.2 335.4) |
| OKLCH | oklch(0.719 0.191 337.1) |
Copy-ready code
/* CSS */
color: #ec6ecf;
background-color: #ec6ecf;
/* Tailwind (arbitrary) */
class="text-[#ec6ecf] bg-[#ec6ecf]"
/* SCSS */
$brand: #ec6ecf;
/* SwiftUI */
Color(red: 0.925, green: 0.431, blue: 0.812)
/* Android */
Color.parseColor("#ec6ecf")Accessibility — WCAG contrast
Aa
#ec6ecf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6ecf on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green43.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow12.3%
Key (black)7.5%
Color previews
#ec6ecf text on a black background
contrast 7.70:1
Card sample
#ec6ecf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6ecf;
Background color
Panel with #ec6ecf background
background-color: #ec6ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 110, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 110, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6ecf; background: linear-gradient(135deg, #ec6ecf, #EC6E7B);