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