#c70eee
a balanced, electric violet · warm · closest name: magenta
RGB
199, 14, 238
HSL
290°, 89%, 49%
CMYK
16, 94, 0, 7
Luminance
0.1863
Every format
| HEX | #c70eee |
| RGB | rgb(199, 14, 238) |
| HSL | hsl(290, 89%, 49%) |
| CMYK | cmyk(16%, 94%, 0%, 7%) |
| LAB | lab(50.3 86.4 -68.0) |
| LCH | lch(50.3 110.0 321.8) |
| OKLCH | oklch(0.611 0.290 318.6) |
Copy-ready code
/* CSS */
color: #c70eee;
background-color: #c70eee;
/* Tailwind (arbitrary) */
class="text-[#c70eee] bg-[#c70eee]"
/* SCSS */
$brand: #c70eee;
/* SwiftUI */
Color(red: 0.780, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#c70eee")Accessibility — WCAG contrast
Aa
#c70eee on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c70eee on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green5.5%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c70eee text on a black background
contrast 4.73:1
Card sample
#c70eee text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c70eee;
Background color
Panel with #c70eee background
background-color: #c70eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c70eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c70eee; background: linear-gradient(135deg, #c70eee, #EE0E7F);