#c705ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
199, 5, 186
HSL
304°, 95%, 40%
CMYK
0, 98, 7, 22
Luminance
0.1580
Every format
| HEX | #c705ba |
| RGB | rgb(199, 5, 186) |
| HSL | hsl(304, 95%, 40%) |
| CMYK | cmyk(0%, 98%, 7%, 22%) |
| LAB | lab(46.7 79.2 -43.9) |
| LCH | lch(46.7 90.6 331.0) |
| OKLCH | oklch(0.575 0.258 332.0) |
Copy-ready code
/* CSS */
color: #c705ba;
background-color: #c705ba;
/* Tailwind (arbitrary) */
class="text-[#c705ba] bg-[#c705ba]"
/* SCSS */
$brand: #c705ba;
/* SwiftUI */
Color(red: 0.780, green: 0.020, blue: 0.729)
/* Android */
Color.parseColor("#c705ba")Accessibility — WCAG contrast
Aa
#c705ba on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c705ba on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green2.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta97.5%
Yellow6.5%
Key (black)22.0%
Color previews
#c705ba text on a black background
contrast 4.16:1
Card sample
#c705ba text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c705ba;
Background color
Panel with #c705ba background
background-color: #c705ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c705ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 5, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 5, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c705ba; background: linear-gradient(135deg, #c705ba, #C70539);