#c970f3
a light, electric violet · warm · closest name: violet
RGB
201, 112, 243
HSL
281°, 85%, 70%
CMYK
17, 54, 0, 5
Luminance
0.3048
Every format
| HEX | #c970f3 |
| RGB | rgb(201, 112, 243) |
| HSL | hsl(281, 85%, 70%) |
| CMYK | cmyk(17%, 54%, 0%, 5%) |
| LAB | lab(62.1 56.2 -51.9) |
| LCH | lch(62.1 76.5 317.3) |
| OKLCH | oklch(0.697 0.201 313.7) |
Copy-ready code
/* CSS */
color: #c970f3;
background-color: #c970f3;
/* Tailwind (arbitrary) */
class="text-[#c970f3] bg-[#c970f3]"
/* SCSS */
$brand: #c970f3;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 0.953)
/* Android */
Color.parseColor("#c970f3")Accessibility — WCAG contrast
Aa
#c970f3 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c970f3 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue95.3%
CMYK percentages
Cyan17.3%
Magenta53.9%
Yellow0.0%
Key (black)4.7%
Color previews
#c970f3 text on a black background
contrast 7.10:1
Card sample
#c970f3 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c970f3;
Background color
Panel with #c970f3 background
background-color: #c970f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c970f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c970f3; background: linear-gradient(135deg, #c970f3, #F370C6);