#c766f0
a light, electric violet · warm · closest name: violet
RGB
199, 102, 240
HSL
282°, 82%, 67%
CMYK
17, 58, 0, 6
Luminance
0.2794
Every format
| HEX | #c766f0 |
| RGB | rgb(199, 102, 240) |
| HSL | hsl(282, 82%, 67%) |
| CMYK | cmyk(17%, 58%, 0%, 6%) |
| LAB | lab(59.8 60.0 -53.8) |
| LCH | lch(59.8 80.6 318.1) |
| OKLCH | oklch(0.679 0.212 314.7) |
Copy-ready code
/* CSS */
color: #c766f0;
background-color: #c766f0;
/* Tailwind (arbitrary) */
class="text-[#c766f0] bg-[#c766f0]"
/* SCSS */
$brand: #c766f0;
/* SwiftUI */
Color(red: 0.780, green: 0.400, blue: 0.941)
/* Android */
Color.parseColor("#c766f0")Accessibility — WCAG contrast
Aa
#c766f0 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c766f0 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green40.0%
Blue94.1%
CMYK percentages
Cyan17.1%
Magenta57.5%
Yellow0.0%
Key (black)5.9%
Color previews
#c766f0 text on a black background
contrast 6.59:1
Card sample
#c766f0 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c766f0;
Background color
Panel with #c766f0 background
background-color: #c766f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c766f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 102, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 102, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c766f0; background: linear-gradient(135deg, #c766f0, #F066BD);