#c970f5
a light, electric violet · warm · closest name: violet
RGB
201, 112, 245
HSL
280°, 87%, 70%
CMYK
18, 54, 0, 4
Luminance
0.3060
Every format
| HEX | #c970f5 |
| RGB | rgb(201, 112, 245) |
| HSL | hsl(280, 87%, 70%) |
| CMYK | cmyk(18%, 54%, 0%, 4%) |
| LAB | lab(62.2 56.6 -52.8) |
| LCH | lch(62.2 77.5 317.0) |
| OKLCH | oklch(0.698 0.203 313.2) |
Copy-ready code
/* CSS */
color: #c970f5;
background-color: #c970f5;
/* Tailwind (arbitrary) */
class="text-[#c970f5] bg-[#c970f5]"
/* SCSS */
$brand: #c970f5;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 0.961)
/* Android */
Color.parseColor("#c970f5")Accessibility — WCAG contrast
Aa
#c970f5 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c970f5 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue96.1%
CMYK percentages
Cyan18.0%
Magenta54.3%
Yellow0.0%
Key (black)3.9%
Color previews
#c970f5 text on a black background
contrast 7.12:1
Card sample
#c970f5 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c970f5;
Background color
Panel with #c970f5 background
background-color: #c970f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c970f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c970f5; background: linear-gradient(135deg, #c970f5, #F570C8);