#c047ff
a balanced, electric violet · warm · closest name: magenta
RGB
192, 71, 255
HSL
280°, 100%, 64%
CMYK
25, 72, 0, 0
Luminance
0.2293
Every format
| HEX | #c047ff |
| RGB | rgb(192, 71, 255) |
| HSL | hsl(280, 100%, 64%) |
| CMYK | cmyk(25%, 72%, 0%, 0%) |
| LAB | lab(55.0 74.9 -69.9) |
| LCH | lch(55.0 102.4 317.0) |
| OKLCH | oklch(0.645 0.263 311.1) |
Copy-ready code
/* CSS */
color: #c047ff;
background-color: #c047ff;
/* Tailwind (arbitrary) */
class="text-[#c047ff] bg-[#c047ff]"
/* SCSS */
$brand: #c047ff;
/* SwiftUI */
Color(red: 0.753, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#c047ff")Accessibility — WCAG contrast
Aa
#c047ff on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c047ff on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green27.8%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c047ff text on a black background
contrast 5.59:1
Card sample
#c047ff text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c047ff;
Background color
Panel with #c047ff background
background-color: #c047ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c047ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c047ff; background: linear-gradient(135deg, #c047ff, #FF47C3);