#ec6cf6
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 108, 246
HSL
296°, 89%, 69%
CMYK
4, 56, 0, 4
Luminance
0.3521
Every format
| HEX | #ec6cf6 |
| RGB | rgb(236, 108, 246) |
| HSL | hsl(296, 89%, 69%) |
| CMYK | cmyk(4%, 56%, 0%, 4%) |
| LAB | lab(65.9 67.5 -47.1) |
| LCH | lch(65.9 82.4 325.1) |
| OKLCH | oklch(0.735 0.226 324.7) |
Copy-ready code
/* CSS */
color: #ec6cf6;
background-color: #ec6cf6;
/* Tailwind (arbitrary) */
class="text-[#ec6cf6] bg-[#ec6cf6]"
/* SCSS */
$brand: #ec6cf6;
/* SwiftUI */
Color(red: 0.925, green: 0.424, blue: 0.965)
/* Android */
Color.parseColor("#ec6cf6")Accessibility — WCAG contrast
Aa
#ec6cf6 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6cf6 on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green42.4%
Blue96.5%
CMYK percentages
Cyan4.1%
Magenta56.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ec6cf6 text on a black background
contrast 8.04:1
Card sample
#ec6cf6 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6cf6;
Background color
Panel with #ec6cf6 background
background-color: #ec6cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 108, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 108, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6cf6; background: linear-gradient(135deg, #ec6cf6, #F66CA4);