#cc6afd
a light, electric violet · warm · closest name: violet
RGB
204, 106, 253
HSL
280°, 97%, 70%
CMYK
19, 58, 0, 1
Luminance
0.3024
Every format
| HEX | #cc6afd |
| RGB | rgb(204, 106, 253) |
| HSL | hsl(280, 97%, 70%) |
| CMYK | cmyk(19%, 58%, 0%, 1%) |
| LAB | lab(61.9 62.0 -57.7) |
| LCH | lch(61.9 84.7 317.0) |
| OKLCH | oklch(0.698 0.221 312.9) |
Copy-ready code
/* CSS */
color: #cc6afd;
background-color: #cc6afd;
/* Tailwind (arbitrary) */
class="text-[#cc6afd] bg-[#cc6afd]"
/* SCSS */
$brand: #cc6afd;
/* SwiftUI */
Color(red: 0.800, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#cc6afd")Accessibility — WCAG contrast
Aa
#cc6afd on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc6afd on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green41.6%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cc6afd text on a black background
contrast 7.05:1
Card sample
#cc6afd text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6afd;
Background color
Panel with #cc6afd background
background-color: #cc6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6afd; background: linear-gradient(135deg, #cc6afd, #FD6ACC);