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