#c566ff
a light, electric violet · warm · closest name: violet
RGB
197, 102, 255
HSL
277°, 100%, 70%
CMYK
23, 60, 0, 0
Luminance
0.2859
Every format
| HEX | #c566ff |
| RGB | rgb(197, 102, 255) |
| HSL | hsl(277, 100%, 70%) |
| CMYK | cmyk(23%, 60%, 0%, 0%) |
| LAB | lab(60.4 62.7 -61.1) |
| LCH | lch(60.4 87.5 315.7) |
| OKLCH | oklch(0.686 0.226 310.4) |
Copy-ready code
/* CSS */
color: #c566ff;
background-color: #c566ff;
/* Tailwind (arbitrary) */
class="text-[#c566ff] bg-[#c566ff]"
/* SCSS */
$brand: #c566ff;
/* SwiftUI */
Color(red: 0.773, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#c566ff")Accessibility — WCAG contrast
Aa
#c566ff on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c566ff on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green40.0%
Blue100.0%
CMYK percentages
Cyan22.7%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c566ff text on a black background
contrast 6.72:1
Card sample
#c566ff text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c566ff;
Background color
Panel with #c566ff background
background-color: #c566ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c566ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c566ff; background: linear-gradient(135deg, #c566ff, #FF66D3);