#c082fd
a light, electric violet · warm · closest name: violet
RGB
192, 130, 253
HSL
270°, 97%, 75%
CMYK
24, 49, 0, 1
Luminance
0.3426
Every format
| HEX | #c082fd |
| RGB | rgb(192, 130, 253) |
| HSL | hsl(270, 97%, 75%) |
| CMYK | cmyk(24%, 49%, 0%, 1%) |
| LAB | lab(65.2 46.8 -52.5) |
| LCH | lch(65.2 70.3 311.7) |
| OKLCH | oklch(0.719 0.181 305.6) |
Copy-ready code
/* CSS */
color: #c082fd;
background-color: #c082fd;
/* Tailwind (arbitrary) */
class="text-[#c082fd] bg-[#c082fd]"
/* SCSS */
$brand: #c082fd;
/* SwiftUI */
Color(red: 0.753, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#c082fd")Accessibility — WCAG contrast
Aa
#c082fd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c082fd on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green51.0%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c082fd text on a black background
contrast 7.85:1
Card sample
#c082fd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c082fd;
Background color
Panel with #c082fd background
background-color: #c082fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c082fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c082fd; background: linear-gradient(135deg, #c082fd, #FD82E8);