#cc8dfe
a light, electric violet · warm · closest name: violet
RGB
204, 141, 254
HSL
274°, 98%, 78%
CMYK
20, 45, 0, 0
Luminance
0.3904
Every format
| HEX | #cc8dfe |
| RGB | rgb(204, 141, 254) |
| HSL | hsl(274, 98%, 78%) |
| CMYK | cmyk(20%, 45%, 0%, 0%) |
| LAB | lab(68.8 44.3 -47.3) |
| LCH | lch(68.8 64.8 313.1) |
| OKLCH | oklch(0.749 0.168 308.6) |
Copy-ready code
/* CSS */
color: #cc8dfe;
background-color: #cc8dfe;
/* Tailwind (arbitrary) */
class="text-[#cc8dfe] bg-[#cc8dfe]"
/* SCSS */
$brand: #cc8dfe;
/* SwiftUI */
Color(red: 0.800, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#cc8dfe")Accessibility — WCAG contrast
Aa
#cc8dfe on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8dfe on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green55.3%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cc8dfe text on a black background
contrast 8.81:1
Card sample
#cc8dfe text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8dfe;
Background color
Panel with #cc8dfe background
background-color: #cc8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8dfe; background: linear-gradient(135deg, #cc8dfe, #FE8DE5);