#ec7cda
a light, vivid magenta / pink · warm · closest name: orchid
RGB
236, 124, 218
HSL
310°, 75%, 71%
CMYK
0, 48, 8, 8
Luminance
0.3731
Every format
| HEX | #ec7cda |
| RGB | rgb(236, 124, 218) |
| HSL | hsl(310, 75%, 71%) |
| CMYK | cmyk(0%, 48%, 8%, 8%) |
| LAB | lab(67.5 55.3 -29.2) |
| LCH | lch(67.5 62.5 332.2) |
| OKLCH | oklch(0.743 0.177 333.5) |
Copy-ready code
/* CSS */
color: #ec7cda;
background-color: #ec7cda;
/* Tailwind (arbitrary) */
class="text-[#ec7cda] bg-[#ec7cda]"
/* SCSS */
$brand: #ec7cda;
/* SwiftUI */
Color(red: 0.925, green: 0.486, blue: 0.855)
/* Android */
Color.parseColor("#ec7cda")Accessibility — WCAG contrast
Aa
#ec7cda on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7cda on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green48.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow7.6%
Key (black)7.5%
Color previews
#ec7cda text on a black background
contrast 8.46:1
Card sample
#ec7cda text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7cda;
Background color
Panel with #ec7cda background
background-color: #ec7cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 124, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 124, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7cda; background: linear-gradient(135deg, #ec7cda, #EC7C8F);