#c080f7
a light, electric violet · warm · closest name: violet
RGB
192, 128, 247
HSL
272°, 88%, 74%
CMYK
22, 48, 0, 3
Luminance
0.3336
Every format
| HEX | #c080f7 |
| RGB | rgb(192, 128, 247) |
| HSL | hsl(272, 88%, 74%) |
| CMYK | cmyk(22%, 48%, 0%, 3%) |
| LAB | lab(64.5 46.5 -50.4) |
| LCH | lch(64.5 68.5 312.7) |
| OKLCH | oklch(0.713 0.177 307.3) |
Copy-ready code
/* CSS */
color: #c080f7;
background-color: #c080f7;
/* Tailwind (arbitrary) */
class="text-[#c080f7] bg-[#c080f7]"
/* SCSS */
$brand: #c080f7;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.969)
/* Android */
Color.parseColor("#c080f7")Accessibility — WCAG contrast
Aa
#c080f7 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080f7 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue96.9%
CMYK percentages
Cyan22.3%
Magenta48.2%
Yellow0.0%
Key (black)3.1%
Color previews
#c080f7 text on a black background
contrast 7.67:1
Card sample
#c080f7 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080f7;
Background color
Panel with #c080f7 background
background-color: #c080f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080f7; background: linear-gradient(135deg, #c080f7, #F780DF);