#c06cff
a light, electric violet · warm · closest name: violet
RGB
192, 108, 255
HSL
274°, 100%, 71%
CMYK
25, 58, 0, 0
Luminance
0.2915
Every format
| HEX | #c06cff |
| RGB | rgb(192, 108, 255) |
| HSL | hsl(274, 100%, 71%) |
| CMYK | cmyk(25%, 58%, 0%, 0%) |
| LAB | lab(60.9 58.6 -60.4) |
| LCH | lch(60.9 84.1 314.1) |
| OKLCH | oklch(0.688 0.216 308.1) |
Copy-ready code
/* CSS */
color: #c06cff;
background-color: #c06cff;
/* Tailwind (arbitrary) */
class="text-[#c06cff] bg-[#c06cff]"
/* SCSS */
$brand: #c06cff;
/* SwiftUI */
Color(red: 0.753, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#c06cff")Accessibility — WCAG contrast
Aa
#c06cff on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06cff on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.4%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c06cff text on a black background
contrast 6.83:1
Card sample
#c06cff text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06cff;
Background color
Panel with #c06cff background
background-color: #c06cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06cff; background: linear-gradient(135deg, #c06cff, #FF6CDC);