#c705af
a dark, electric magenta / pink · warm · closest name: purple
RGB
199, 5, 175
HSL
307°, 95%, 40%
CMYK
0, 98, 12, 22
Luminance
0.1535
Every format
| HEX | #c705af |
| RGB | rgb(199, 5, 175) |
| HSL | hsl(307, 95%, 40%) |
| CMYK | cmyk(0%, 98%, 12%, 22%) |
| LAB | lab(46.1 77.7 -38.3) |
| LCH | lch(46.1 86.7 333.7) |
| OKLCH | oklch(0.569 0.251 335.2) |
Copy-ready code
/* CSS */
color: #c705af;
background-color: #c705af;
/* Tailwind (arbitrary) */
class="text-[#c705af] bg-[#c705af]"
/* SCSS */
$brand: #c705af;
/* SwiftUI */
Color(red: 0.780, green: 0.020, blue: 0.686)
/* Android */
Color.parseColor("#c705af")Accessibility — WCAG contrast
Aa
#c705af on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c705af on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green2.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta97.5%
Yellow12.1%
Key (black)22.0%
Color previews
#c705af text on a black background
contrast 4.07:1
Card sample
#c705af text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c705af;
Background color
Panel with #c705af background
background-color: #c705af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c705af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 5, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 5, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c705af; background: linear-gradient(135deg, #c705af, #C7052E);