#c708cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
199, 8, 207
HSL
298°, 93%, 42%
CMYK
4, 96, 0, 19
Luminance
0.1682
Every format
| HEX | #c708cf |
| RGB | rgb(199, 8, 207) |
| HSL | hsl(298, 93%, 42%) |
| CMYK | cmyk(4%, 96%, 0%, 19%) |
| LAB | lab(48.0 82.0 -54.0) |
| LCH | lch(48.0 98.2 326.7) |
| OKLCH | oklch(0.589 0.271 326.2) |
Copy-ready code
/* CSS */
color: #c708cf;
background-color: #c708cf;
/* Tailwind (arbitrary) */
class="text-[#c708cf] bg-[#c708cf]"
/* SCSS */
$brand: #c708cf;
/* SwiftUI */
Color(red: 0.780, green: 0.031, blue: 0.812)
/* Android */
Color.parseColor("#c708cf")Accessibility — WCAG contrast
Aa
#c708cf on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c708cf on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green3.1%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta96.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c708cf text on a black background
contrast 4.36:1
Card sample
#c708cf text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c708cf;
Background color
Panel with #c708cf background
background-color: #c708cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c708cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 8, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 8, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c708cf; background: linear-gradient(135deg, #c708cf, #CF0852);