#c072f3
a light, electric violet · warm · closest name: violet
RGB
192, 114, 243
HSL
276°, 84%, 70%
CMYK
21, 53, 0, 5
Luminance
0.2971
Every format
| HEX | #c072f3 |
| RGB | rgb(192, 114, 243) |
| HSL | hsl(276, 84%, 70%) |
| CMYK | cmyk(21%, 53%, 0%, 5%) |
| LAB | lab(61.4 52.9 -53.0) |
| LCH | lch(61.4 74.9 315.0) |
| OKLCH | oklch(0.690 0.194 310.2) |
Copy-ready code
/* CSS */
color: #c072f3;
background-color: #c072f3;
/* Tailwind (arbitrary) */
class="text-[#c072f3] bg-[#c072f3]"
/* SCSS */
$brand: #c072f3;
/* SwiftUI */
Color(red: 0.753, green: 0.447, blue: 0.953)
/* Android */
Color.parseColor("#c072f3")Accessibility — WCAG contrast
Aa
#c072f3 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c072f3 on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green44.7%
Blue95.3%
CMYK percentages
Cyan21.0%
Magenta53.1%
Yellow0.0%
Key (black)4.7%
Color previews
#c072f3 text on a black background
contrast 6.94:1
Card sample
#c072f3 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c072f3;
Background color
Panel with #c072f3 background
background-color: #c072f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c072f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 114, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 114, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c072f3; background: linear-gradient(135deg, #c072f3, #F372D0);