#cc85e2
a light, vivid violet · warm · closest name: orchid
RGB
204, 133, 226
HSL
286°, 62%, 70%
CMYK
10, 41, 0, 11
Luminance
0.3510
Every format
| HEX | #cc85e2 |
| RGB | rgb(204, 133, 226) |
| HSL | hsl(286, 62%, 70%) |
| CMYK | cmyk(10%, 41%, 0%, 11%) |
| LAB | lab(65.8 42.7 -36.5) |
| LCH | lch(65.8 56.2 319.5) |
| OKLCH | oklch(0.723 0.150 317.9) |
Copy-ready code
/* CSS */
color: #cc85e2;
background-color: #cc85e2;
/* Tailwind (arbitrary) */
class="text-[#cc85e2] bg-[#cc85e2]"
/* SCSS */
$brand: #cc85e2;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.886)
/* Android */
Color.parseColor("#cc85e2")Accessibility — WCAG contrast
Aa
#cc85e2 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85e2 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue88.6%
CMYK percentages
Cyan9.7%
Magenta41.2%
Yellow0.0%
Key (black)11.4%
Color previews
#cc85e2 text on a black background
contrast 8.02:1
Card sample
#cc85e2 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85e2;
Background color
Panel with #cc85e2 background
background-color: #cc85e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85e2; background: linear-gradient(135deg, #cc85e2, #E285BA);