#cc85f1
a light, electric violet · warm · closest name: violet
RGB
204, 133, 241
HSL
279°, 79%, 73%
CMYK
15, 45, 0, 6
Luminance
0.3596
Every format
| HEX | #cc85f1 |
| RGB | rgb(204, 133, 241) |
| HSL | hsl(279, 79%, 73%) |
| CMYK | cmyk(15%, 45%, 0%, 6%) |
| LAB | lab(66.5 45.8 -43.8) |
| LCH | lch(66.5 63.3 316.3) |
| OKLCH | oklch(0.730 0.167 313.2) |
Copy-ready code
/* CSS */
color: #cc85f1;
background-color: #cc85f1;
/* Tailwind (arbitrary) */
class="text-[#cc85f1] bg-[#cc85f1]"
/* SCSS */
$brand: #cc85f1;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.945)
/* Android */
Color.parseColor("#cc85f1")Accessibility — WCAG contrast
Aa
#cc85f1 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85f1 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta44.8%
Yellow0.0%
Key (black)5.5%
Color previews
#cc85f1 text on a black background
contrast 8.19:1
Card sample
#cc85f1 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85f1;
Background color
Panel with #cc85f1 background
background-color: #cc85f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85f1; background: linear-gradient(135deg, #cc85f1, #F185CE);