#c511f9
a balanced, electric violet · warm · closest name: magenta
RGB
197, 17, 249
HSL
287°, 95%, 52%
CMYK
21, 93, 0, 2
Luminance
0.1911
Every format
| HEX | #c511f9 |
| RGB | rgb(197, 17, 249) |
| HSL | hsl(287, 95%, 52%) |
| CMYK | cmyk(21%, 93%, 0%, 2%) |
| LAB | lab(50.8 87.7 -73.3) |
| LCH | lch(50.8 114.3 320.1) |
| OKLCH | oklch(0.616 0.297 315.7) |
Copy-ready code
/* CSS */
color: #c511f9;
background-color: #c511f9;
/* Tailwind (arbitrary) */
class="text-[#c511f9] bg-[#c511f9]"
/* SCSS */
$brand: #c511f9;
/* SwiftUI */
Color(red: 0.773, green: 0.067, blue: 0.976)
/* Android */
Color.parseColor("#c511f9")Accessibility — WCAG contrast
Aa
#c511f9 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c511f9 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green6.7%
Blue97.6%
CMYK percentages
Cyan20.9%
Magenta93.2%
Yellow0.0%
Key (black)2.4%
Color previews
#c511f9 text on a black background
contrast 4.82:1
Card sample
#c511f9 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c511f9;
Background color
Panel with #c511f9 background
background-color: #c511f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c511f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 17, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 17, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c511f9; background: linear-gradient(135deg, #c511f9, #F91192);