#ec6cdf
a light, electric magenta / pink · warm · closest name: orchid
RGB
236, 108, 223
HSL
306°, 77%, 68%
CMYK
0, 54, 6, 8
Luminance
0.3389
Every format
| HEX | #ec6cdf |
| RGB | rgb(236, 108, 223) |
| HSL | hsl(306, 77%, 68%) |
| CMYK | cmyk(0%, 54%, 6%, 8%) |
| LAB | lab(64.9 63.6 -36.0) |
| LCH | lch(64.9 73.1 330.5) |
| OKLCH | oklch(0.724 0.206 331.5) |
Copy-ready code
/* CSS */
color: #ec6cdf;
background-color: #ec6cdf;
/* Tailwind (arbitrary) */
class="text-[#ec6cdf] bg-[#ec6cdf]"
/* SCSS */
$brand: #ec6cdf;
/* SwiftUI */
Color(red: 0.925, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#ec6cdf")Accessibility — WCAG contrast
Aa
#ec6cdf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6cdf on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow5.5%
Key (black)7.5%
Color previews
#ec6cdf text on a black background
contrast 7.78:1
Card sample
#ec6cdf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6cdf;
Background color
Panel with #ec6cdf background
background-color: #ec6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6cdf; background: linear-gradient(135deg, #ec6cdf, #EC6C8A);