#c080f8
a light, electric violet · warm · closest name: violet
RGB
192, 128, 248
HSL
272°, 90%, 74%
CMYK
23, 48, 0, 3
Luminance
0.3342
Every format
| HEX | #c080f8 |
| RGB | rgb(192, 128, 248) |
| HSL | hsl(272, 90%, 74%) |
| CMYK | cmyk(23%, 48%, 0%, 3%) |
| LAB | lab(64.5 46.7 -50.8) |
| LCH | lch(64.5 69.0 312.6) |
| OKLCH | oklch(0.713 0.178 307.1) |
Copy-ready code
/* CSS */
color: #c080f8;
background-color: #c080f8;
/* Tailwind (arbitrary) */
class="text-[#c080f8] bg-[#c080f8]"
/* SCSS */
$brand: #c080f8;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.973)
/* Android */
Color.parseColor("#c080f8")Accessibility — WCAG contrast
Aa
#c080f8 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080f8 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue97.3%
CMYK percentages
Cyan22.6%
Magenta48.4%
Yellow0.0%
Key (black)2.7%
Color previews
#c080f8 text on a black background
contrast 7.68:1
Card sample
#c080f8 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080f8;
Background color
Panel with #c080f8 background
background-color: #c080f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080f8; background: linear-gradient(135deg, #c080f8, #F880E0);