#c606cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 6, 203
HSL
299°, 94%, 41%
CMYK
3, 97, 0, 20
Luminance
0.1645
Every format
| HEX | #c606cb |
| RGB | rgb(198, 6, 203) |
| HSL | hsl(299, 94%, 41%) |
| CMYK | cmyk(3%, 97%, 0%, 20%) |
| LAB | lab(47.6 81.4 -52.4) |
| LCH | lch(47.6 96.8 327.2) |
| OKLCH | oklch(0.584 0.268 327.0) |
Copy-ready code
/* CSS */
color: #c606cb;
background-color: #c606cb;
/* Tailwind (arbitrary) */
class="text-[#c606cb] bg-[#c606cb]"
/* SCSS */
$brand: #c606cb;
/* SwiftUI */
Color(red: 0.776, green: 0.024, blue: 0.796)
/* Android */
Color.parseColor("#c606cb")Accessibility — WCAG contrast
Aa
#c606cb on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c606cb on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green2.4%
Blue79.6%
CMYK percentages
Cyan2.5%
Magenta97.0%
Yellow0.0%
Key (black)20.4%
Color previews
#c606cb text on a black background
contrast 4.29:1
Card sample
#c606cb text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c606cb;
Background color
Panel with #c606cb background
background-color: #c606cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c606cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 6, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 6, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c606cb; background: linear-gradient(135deg, #c606cb, #CB064D);