#cc8fff
a light, electric violet · warm · closest name: violet
RGB
204, 143, 255
HSL
273°, 100%, 78%
CMYK
20, 44, 0, 0
Luminance
0.3970
Every format
| HEX | #cc8fff |
| RGB | rgb(204, 143, 255) |
| HSL | hsl(273, 100%, 78%) |
| CMYK | cmyk(20%, 44%, 0%, 0%) |
| LAB | lab(69.3 43.5 -47.1) |
| LCH | lch(69.3 64.1 312.7) |
| OKLCH | oklch(0.753 0.166 308.0) |
Copy-ready code
/* CSS */
color: #cc8fff;
background-color: #cc8fff;
/* Tailwind (arbitrary) */
class="text-[#cc8fff] bg-[#cc8fff]"
/* SCSS */
$brand: #cc8fff;
/* SwiftUI */
Color(red: 0.800, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#cc8fff")Accessibility — WCAG contrast
Aa
#cc8fff on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8fff on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.1%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cc8fff text on a black background
contrast 8.94:1
Card sample
#cc8fff text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8fff;
Background color
Panel with #cc8fff background
background-color: #cc8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8fff; background: linear-gradient(135deg, #cc8fff, #FF8FE7);