#c470ff
a light, electric violet · warm · closest name: violet
RGB
196, 112, 255
HSL
275°, 100%, 72%
CMYK
23, 56, 0, 0
Luminance
0.3054
Every format
| HEX | #c470ff |
| RGB | rgb(196, 112, 255) |
| HSL | hsl(275, 100%, 72%) |
| CMYK | cmyk(23%, 56%, 0%, 0%) |
| LAB | lab(62.1 57.5 -58.4) |
| LCH | lch(62.1 82.0 314.6) |
| OKLCH | oklch(0.698 0.211 309.1) |
Copy-ready code
/* CSS */
color: #c470ff;
background-color: #c470ff;
/* Tailwind (arbitrary) */
class="text-[#c470ff] bg-[#c470ff]"
/* SCSS */
$brand: #c470ff;
/* SwiftUI */
Color(red: 0.769, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#c470ff")Accessibility — WCAG contrast
Aa
#c470ff on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c470ff on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green43.9%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c470ff text on a black background
contrast 7.11:1
Card sample
#c470ff text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c470ff;
Background color
Panel with #c470ff background
background-color: #c470ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c470ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c470ff; background: linear-gradient(135deg, #c470ff, #FF70DB);