#ec6eee
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 110, 238
HSL
299°, 79%, 68%
CMYK
1, 54, 0, 7
Luminance
0.3516
Every format
| HEX | #ec6eee |
| RGB | rgb(236, 110, 238) |
| HSL | hsl(299, 79%, 68%) |
| CMYK | cmyk(1%, 54%, 0%, 7%) |
| LAB | lab(65.9 65.3 -42.8) |
| LCH | lch(65.9 78.0 326.7) |
| OKLCH | oklch(0.733 0.216 326.9) |
Copy-ready code
/* CSS */
color: #ec6eee;
background-color: #ec6eee;
/* Tailwind (arbitrary) */
class="text-[#ec6eee] bg-[#ec6eee]"
/* SCSS */
$brand: #ec6eee;
/* SwiftUI */
Color(red: 0.925, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#ec6eee")Accessibility — WCAG contrast
Aa
#ec6eee on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6eee on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green43.1%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#ec6eee text on a black background
contrast 8.03:1
Card sample
#ec6eee text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6eee;
Background color
Panel with #ec6eee background
background-color: #ec6eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6eee; background: linear-gradient(135deg, #ec6eee, #EE6E9A);