#c072f2
a light, electric violet · warm · closest name: violet
RGB
192, 114, 242
HSL
277°, 83%, 70%
CMYK
21, 53, 0, 5
Luminance
0.2965
Every format
| HEX | #c072f2 |
| RGB | rgb(192, 114, 242) |
| HSL | hsl(277, 83%, 70%) |
| CMYK | cmyk(21%, 53%, 0%, 5%) |
| LAB | lab(61.4 52.7 -52.5) |
| LCH | lch(61.4 74.4 315.1) |
| OKLCH | oklch(0.689 0.193 310.4) |
Copy-ready code
/* CSS */
color: #c072f2;
background-color: #c072f2;
/* Tailwind (arbitrary) */
class="text-[#c072f2] bg-[#c072f2]"
/* SCSS */
$brand: #c072f2;
/* SwiftUI */
Color(red: 0.753, green: 0.447, blue: 0.949)
/* Android */
Color.parseColor("#c072f2")Accessibility — WCAG contrast
Aa
#c072f2 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c072f2 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green44.7%
Blue94.9%
CMYK percentages
Cyan20.7%
Magenta52.9%
Yellow0.0%
Key (black)5.1%
Color previews
#c072f2 text on a black background
contrast 6.93:1
Card sample
#c072f2 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c072f2;
Background color
Panel with #c072f2 background
background-color: #c072f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c072f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 114, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 114, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c072f2; background: linear-gradient(135deg, #c072f2, #F272CF);