#c705fd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 5, 253
HSL
287°, 98%, 51%
CMYK
21, 98, 0, 1
Luminance
0.1934
Every format
| HEX | #c705fd |
| RGB | rgb(199, 5, 253) |
| HSL | hsl(287, 98%, 51%) |
| CMYK | cmyk(21%, 98%, 0%, 1%) |
| LAB | lab(51.1 89.6 -75.1) |
| LCH | lch(51.1 116.9 320.1) |
| OKLCH | oklch(0.620 0.303 315.5) |
Copy-ready code
/* CSS */
color: #c705fd;
background-color: #c705fd;
/* Tailwind (arbitrary) */
class="text-[#c705fd] bg-[#c705fd]"
/* SCSS */
$brand: #c705fd;
/* SwiftUI */
Color(red: 0.780, green: 0.020, blue: 0.992)
/* Android */
Color.parseColor("#c705fd")Accessibility — WCAG contrast
Aa
#c705fd on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c705fd on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green2.0%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta98.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c705fd text on a black background
contrast 4.87:1
Card sample
#c705fd text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c705fd;
Background color
Panel with #c705fd background
background-color: #c705fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c705fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 5, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 5, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c705fd; background: linear-gradient(135deg, #c705fd, #FD058E);