#c06cfd
a light, electric violet · warm · closest name: violet
RGB
192, 108, 253
HSL
275°, 97%, 71%
CMYK
24, 57, 0, 1
Luminance
0.2902
Every format
| HEX | #c06cfd |
| RGB | rgb(192, 108, 253) |
| HSL | hsl(275, 97%, 71%) |
| CMYK | cmyk(24%, 57%, 0%, 1%) |
| LAB | lab(60.8 58.1 -59.5) |
| LCH | lch(60.8 83.2 314.4) |
| OKLCH | oklch(0.687 0.214 308.5) |
Copy-ready code
/* CSS */
color: #c06cfd;
background-color: #c06cfd;
/* Tailwind (arbitrary) */
class="text-[#c06cfd] bg-[#c06cfd]"
/* SCSS */
$brand: #c06cfd;
/* SwiftUI */
Color(red: 0.753, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#c06cfd")Accessibility — WCAG contrast
Aa
#c06cfd on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06cfd on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.4%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c06cfd text on a black background
contrast 6.80:1
Card sample
#c06cfd text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06cfd;
Background color
Panel with #c06cfd background
background-color: #c06cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06cfd; background: linear-gradient(135deg, #c06cfd, #FD6CD9);