#c080fc
a light, electric violet · warm · closest name: violet
RGB
192, 128, 252
HSL
271°, 95%, 75%
CMYK
24, 49, 0, 1
Luminance
0.3367
Every format
| HEX | #c080fc |
| RGB | rgb(192, 128, 252) |
| HSL | hsl(271, 95%, 75%) |
| CMYK | cmyk(24%, 49%, 0%, 1%) |
| LAB | lab(64.7 47.6 -52.7) |
| LCH | lch(64.7 71.0 312.1) |
| OKLCH | oklch(0.715 0.183 306.1) |
Copy-ready code
/* CSS */
color: #c080fc;
background-color: #c080fc;
/* Tailwind (arbitrary) */
class="text-[#c080fc] bg-[#c080fc]"
/* SCSS */
$brand: #c080fc;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.988)
/* Android */
Color.parseColor("#c080fc")Accessibility — WCAG contrast
Aa
#c080fc on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080fc on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue98.8%
CMYK percentages
Cyan23.8%
Magenta49.2%
Yellow0.0%
Key (black)1.2%
Color previews
#c080fc text on a black background
contrast 7.73:1
Card sample
#c080fc text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080fc;
Background color
Panel with #c080fc background
background-color: #c080fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080fc; background: linear-gradient(135deg, #c080fc, #FC80E5);