#ef6cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 108, 223
HSL
307°, 80%, 68%
CMYK
0, 55, 7, 6
Luminance
0.3440
Every format
| HEX | #ef6cdf |
| RGB | rgb(239, 108, 223) |
| HSL | hsl(307, 80%, 68%) |
| CMYK | cmyk(0%, 55%, 7%, 6%) |
| LAB | lab(65.3 64.5 -35.4) |
| LCH | lch(65.3 73.5 331.3) |
| OKLCH | oklch(0.728 0.208 332.4) |
Copy-ready code
/* CSS */
color: #ef6cdf;
background-color: #ef6cdf;
/* Tailwind (arbitrary) */
class="text-[#ef6cdf] bg-[#ef6cdf]"
/* SCSS */
$brand: #ef6cdf;
/* SwiftUI */
Color(red: 0.937, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#ef6cdf")Accessibility — WCAG contrast
Aa
#ef6cdf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef6cdf on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow6.7%
Key (black)6.3%
Color previews
#ef6cdf text on a black background
contrast 7.88:1
Card sample
#ef6cdf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef6cdf;
Background color
Panel with #ef6cdf background
background-color: #ef6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef6cdf; background: linear-gradient(135deg, #ef6cdf, #EF6C88);