#cc85eb
a light, vivid violet · warm · closest name: violet
RGB
204, 133, 235
HSL
282°, 72%, 72%
CMYK
13, 43, 0, 8
Luminance
0.3561
Every format
| HEX | #cc85eb |
| RGB | rgb(204, 133, 235) |
| HSL | hsl(282, 72%, 72%) |
| CMYK | cmyk(13%, 43%, 0%, 8%) |
| LAB | lab(66.2 44.5 -40.9) |
| LCH | lch(66.2 60.5 317.5) |
| OKLCH | oklch(0.727 0.160 315.0) |
Copy-ready code
/* CSS */
color: #cc85eb;
background-color: #cc85eb;
/* Tailwind (arbitrary) */
class="text-[#cc85eb] bg-[#cc85eb]"
/* SCSS */
$brand: #cc85eb;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#cc85eb")Accessibility — WCAG contrast
Aa
#cc85eb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85eb on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cc85eb text on a black background
contrast 8.12:1
Card sample
#cc85eb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85eb;
Background color
Panel with #cc85eb background
background-color: #cc85eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85eb; background: linear-gradient(135deg, #cc85eb, #EB85C6);