#c600ee
a balanced, electric violet · warm · closest name: magenta
RGB
198, 0, 238
HSL
290°, 100%, 47%
CMYK
17, 100, 0, 7
Luminance
0.1818
Every format
| HEX | #c600ee |
| RGB | rgb(198, 0, 238) |
| HSL | hsl(290, 100%, 47%) |
| CMYK | cmyk(17%, 100%, 0%, 7%) |
| LAB | lab(49.7 87.4 -68.9) |
| LCH | lch(49.7 111.3 321.7) |
| OKLCH | oklch(0.607 0.293 318.5) |
Copy-ready code
/* CSS */
color: #c600ee;
background-color: #c600ee;
/* Tailwind (arbitrary) */
class="text-[#c600ee] bg-[#c600ee]"
/* SCSS */
$brand: #c600ee;
/* SwiftUI */
Color(red: 0.776, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#c600ee")Accessibility — WCAG contrast
Aa
#c600ee on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c600ee on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green0.0%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta100.0%
Yellow0.0%
Key (black)6.7%
Color previews
#c600ee text on a black background
contrast 4.64:1
Card sample
#c600ee text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c600ee;
Background color
Panel with #c600ee background
background-color: #c600ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c600ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c600ee; background: linear-gradient(135deg, #c600ee, #EE0077);