#c70dfd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 13, 253
HSL
287°, 98%, 52%
CMYK
21, 95, 0, 1
Luminance
0.1952
Every format
| HEX | #c70dfd |
| RGB | rgb(199, 13, 253) |
| HSL | hsl(287, 98%, 52%) |
| CMYK | cmyk(21%, 95%, 0%, 1%) |
| LAB | lab(51.3 89.0 -74.8) |
| LCH | lch(51.3 116.3 320.0) |
| OKLCH | oklch(0.621 0.301 315.4) |
Copy-ready code
/* CSS */
color: #c70dfd;
background-color: #c70dfd;
/* Tailwind (arbitrary) */
class="text-[#c70dfd] bg-[#c70dfd]"
/* SCSS */
$brand: #c70dfd;
/* SwiftUI */
Color(red: 0.780, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#c70dfd")Accessibility — WCAG contrast
Aa
#c70dfd on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c70dfd on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green5.1%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c70dfd text on a black background
contrast 4.90:1
Card sample
#c70dfd text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c70dfd;
Background color
Panel with #c70dfd background
background-color: #c70dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c70dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c70dfd; background: linear-gradient(135deg, #c70dfd, #FD0D93);