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