#cc8afd
a light, electric violet · warm · closest name: violet
RGB
204, 138, 253
HSL
274°, 97%, 77%
CMYK
19, 46, 0, 1
Luminance
0.3811
Every format
| HEX | #cc8afd |
| RGB | rgb(204, 138, 253) |
| HSL | hsl(274, 97%, 77%) |
| CMYK | cmyk(19%, 46%, 0%, 1%) |
| LAB | lab(68.1 45.7 -47.8) |
| LCH | lch(68.1 66.1 313.7) |
| OKLCH | oklch(0.744 0.172 309.3) |
Copy-ready code
/* CSS */
color: #cc8afd;
background-color: #cc8afd;
/* Tailwind (arbitrary) */
class="text-[#cc8afd] bg-[#cc8afd]"
/* SCSS */
$brand: #cc8afd;
/* SwiftUI */
Color(red: 0.800, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#cc8afd")Accessibility — WCAG contrast
Aa
#cc8afd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8afd on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.1%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cc8afd text on a black background
contrast 8.62:1
Card sample
#cc8afd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8afd;
Background color
Panel with #cc8afd background
background-color: #cc8afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8afd; background: linear-gradient(135deg, #cc8afd, #FD8AE1);