#c06af7
a light, electric violet · warm · closest name: violet
RGB
192, 106, 247
HSL
277°, 90%, 69%
CMYK
22, 57, 0, 3
Luminance
0.2823
Every format
| HEX | #c06af7 |
| RGB | rgb(192, 106, 247) |
| HSL | hsl(277, 90%, 69%) |
| CMYK | cmyk(22%, 57%, 0%, 3%) |
| LAB | lab(60.1 57.8 -57.3) |
| LCH | lch(60.1 81.4 315.3) |
| OKLCH | oklch(0.681 0.210 310.1) |
Copy-ready code
/* CSS */
color: #c06af7;
background-color: #c06af7;
/* Tailwind (arbitrary) */
class="text-[#c06af7] bg-[#c06af7]"
/* SCSS */
$brand: #c06af7;
/* SwiftUI */
Color(red: 0.753, green: 0.416, blue: 0.969)
/* Android */
Color.parseColor("#c06af7")Accessibility — WCAG contrast
Aa
#c06af7 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06af7 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green41.6%
Blue96.9%
CMYK percentages
Cyan22.3%
Magenta57.1%
Yellow0.0%
Key (black)3.1%
Color previews
#c06af7 text on a black background
contrast 6.65:1
Card sample
#c06af7 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06af7;
Background color
Panel with #c06af7 background
background-color: #c06af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 106, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 106, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06af7; background: linear-gradient(135deg, #c06af7, #F76AD0);