#ed6cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
237, 108, 223
HSL
307°, 78%, 68%
CMYK
0, 54, 6, 7
Luminance
0.3406
Every format
| HEX | #ed6cdf |
| RGB | rgb(237, 108, 223) |
| HSL | hsl(307, 78%, 68%) |
| CMYK | cmyk(0%, 54%, 6%, 7%) |
| LAB | lab(65.0 63.9 -35.8) |
| LCH | lch(65.0 73.3 330.7) |
| OKLCH | oklch(0.725 0.207 331.8) |
Copy-ready code
/* CSS */
color: #ed6cdf;
background-color: #ed6cdf;
/* Tailwind (arbitrary) */
class="text-[#ed6cdf] bg-[#ed6cdf]"
/* SCSS */
$brand: #ed6cdf;
/* SwiftUI */
Color(red: 0.929, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#ed6cdf")Accessibility — WCAG contrast
Aa
#ed6cdf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed6cdf on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow5.9%
Key (black)7.1%
Color previews
#ed6cdf text on a black background
contrast 7.81:1
Card sample
#ed6cdf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed6cdf;
Background color
Panel with #ed6cdf background
background-color: #ed6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed6cdf; background: linear-gradient(135deg, #ed6cdf, #ED6C89);