#c61eee
a balanced, electric violet · warm · closest name: magenta
RGB
198, 30, 238
HSL
289°, 86%, 53%
CMYK
17, 87, 0, 7
Luminance
0.1911
Every format
| HEX | #c61eee |
| RGB | rgb(198, 30, 238) |
| HSL | hsl(289, 86%, 53%) |
| CMYK | cmyk(17%, 87%, 0%, 7%) |
| LAB | lab(50.8 84.1 -67.1) |
| LCH | lch(50.8 107.6 321.4) |
| OKLCH | oklch(0.614 0.284 318.2) |
Copy-ready code
/* CSS */
color: #c61eee;
background-color: #c61eee;
/* Tailwind (arbitrary) */
class="text-[#c61eee] bg-[#c61eee]"
/* SCSS */
$brand: #c61eee;
/* SwiftUI */
Color(red: 0.776, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#c61eee")Accessibility — WCAG contrast
Aa
#c61eee on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c61eee on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green11.8%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#c61eee text on a black background
contrast 4.82:1
Card sample
#c61eee text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c61eee;
Background color
Panel with #c61eee background
background-color: #c61eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c61eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c61eee; background: linear-gradient(135deg, #c61eee, #EE1E8B);