#cc85db
a light, vivid violet · warm · closest name: orchid
RGB
204, 133, 219
HSL
290°, 54%, 69%
CMYK
7, 39, 0, 14
Luminance
0.3473
Every format
| HEX | #cc85db |
| RGB | rgb(204, 133, 219) |
| HSL | hsl(290, 54%, 69%) |
| CMYK | cmyk(7%, 39%, 0%, 14%) |
| LAB | lab(65.5 41.3 -33.1) |
| LCH | lch(65.5 52.9 321.3) |
| OKLCH | oklch(0.720 0.143 320.5) |
Copy-ready code
/* CSS */
color: #cc85db;
background-color: #cc85db;
/* Tailwind (arbitrary) */
class="text-[#cc85db] bg-[#cc85db]"
/* SCSS */
$brand: #cc85db;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.859)
/* Android */
Color.parseColor("#cc85db")Accessibility — WCAG contrast
Aa
#cc85db on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85db on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta39.3%
Yellow0.0%
Key (black)14.1%
Color previews
#cc85db text on a black background
contrast 7.95:1
Card sample
#cc85db text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85db;
Background color
Panel with #cc85db background
background-color: #cc85db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85db; background: linear-gradient(135deg, #cc85db, #DB85B1);