#c072ff
a light, electric violet · warm · closest name: violet
RGB
192, 114, 255
HSL
273°, 100%, 72%
CMYK
25, 55, 0, 0
Luminance
0.3046
Every format
| HEX | #c072ff |
| RGB | rgb(192, 114, 255) |
| HSL | hsl(273, 100%, 72%) |
| CMYK | cmyk(25%, 55%, 0%, 0%) |
| LAB | lab(62.0 55.6 -58.6) |
| LCH | lch(62.0 80.7 313.5) |
| OKLCH | oklch(0.696 0.207 307.4) |
Copy-ready code
/* CSS */
color: #c072ff;
background-color: #c072ff;
/* Tailwind (arbitrary) */
class="text-[#c072ff] bg-[#c072ff]"
/* SCSS */
$brand: #c072ff;
/* SwiftUI */
Color(red: 0.753, green: 0.447, blue: 1.000)
/* Android */
Color.parseColor("#c072ff")Accessibility — WCAG contrast
Aa
#c072ff on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c072ff on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green44.7%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta55.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c072ff text on a black background
contrast 7.09:1
Card sample
#c072ff text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c072ff;
Background color
Panel with #c072ff background
background-color: #c072ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c072ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 114, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 114, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c072ff; background: linear-gradient(135deg, #c072ff, #FF72E0);