#c970ff
a light, electric violet · warm · closest name: violet
RGB
201, 112, 255
HSL
277°, 100%, 72%
CMYK
21, 56, 0, 0
Luminance
0.3123
Every format
| HEX | #c970ff |
| RGB | rgb(201, 112, 255) |
| HSL | hsl(277, 100%, 72%) |
| CMYK | cmyk(21%, 56%, 0%, 0%) |
| LAB | lab(62.7 58.8 -57.5) |
| LCH | lch(62.7 82.2 315.6) |
| OKLCH | oklch(0.703 0.213 310.8) |
Copy-ready code
/* CSS */
color: #c970ff;
background-color: #c970ff;
/* Tailwind (arbitrary) */
class="text-[#c970ff] bg-[#c970ff]"
/* SCSS */
$brand: #c970ff;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#c970ff")Accessibility — WCAG contrast
Aa
#c970ff on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c970ff on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c970ff text on a black background
contrast 7.25:1
Card sample
#c970ff text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c970ff;
Background color
Panel with #c970ff background
background-color: #c970ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c970ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c970ff; background: linear-gradient(135deg, #c970ff, #FF70D6);