#c082ff
a light, electric violet · warm · closest name: violet
RGB
192, 130, 255
HSL
270°, 100%, 76%
CMYK
25, 49, 0, 0
Luminance
0.3439
Every format
| HEX | #c082ff |
| RGB | rgb(192, 130, 255) |
| HSL | hsl(270, 100%, 76%) |
| CMYK | cmyk(25%, 49%, 0%, 0%) |
| LAB | lab(65.3 47.2 -53.4) |
| LCH | lch(65.3 71.3 311.5) |
| OKLCH | oklch(0.720 0.183 305.2) |
Copy-ready code
/* CSS */
color: #c082ff;
background-color: #c082ff;
/* Tailwind (arbitrary) */
class="text-[#c082ff] bg-[#c082ff]"
/* SCSS */
$brand: #c082ff;
/* SwiftUI */
Color(red: 0.753, green: 0.510, blue: 1.000)
/* Android */
Color.parseColor("#c082ff")Accessibility — WCAG contrast
Aa
#c082ff on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c082ff on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green51.0%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta49.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c082ff text on a black background
contrast 7.88:1
Card sample
#c082ff text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c082ff;
Background color
Panel with #c082ff background
background-color: #c082ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c082ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 130, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 130, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c082ff; background: linear-gradient(135deg, #c082ff, #FF82EB);