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