#c511f7
a balanced, electric violet · warm · closest name: magenta
RGB
197, 17, 247
HSL
287°, 94%, 52%
CMYK
20, 93, 0, 3
Luminance
0.1899
Every format
| HEX | #c511f7 |
| RGB | rgb(197, 17, 247) |
| HSL | hsl(287, 94%, 52%) |
| CMYK | cmyk(20%, 93%, 0%, 3%) |
| LAB | lab(50.7 87.3 -72.4) |
| LCH | lch(50.7 113.5 320.3) |
| OKLCH | oklch(0.615 0.295 316.1) |
Copy-ready code
/* CSS */
color: #c511f7;
background-color: #c511f7;
/* Tailwind (arbitrary) */
class="text-[#c511f7] bg-[#c511f7]"
/* SCSS */
$brand: #c511f7;
/* SwiftUI */
Color(red: 0.773, green: 0.067, blue: 0.969)
/* Android */
Color.parseColor("#c511f7")Accessibility — WCAG contrast
Aa
#c511f7 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c511f7 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green6.7%
Blue96.9%
CMYK percentages
Cyan20.2%
Magenta93.1%
Yellow0.0%
Key (black)3.1%
Color previews
#c511f7 text on a black background
contrast 4.80:1
Card sample
#c511f7 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c511f7;
Background color
Panel with #c511f7 background
background-color: #c511f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c511f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 17, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 17, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c511f7; background: linear-gradient(135deg, #c511f7, #F71190);