#cc73eb
a light, electric violet · warm · closest name: orchid
RGB
204, 115, 235
HSL
285°, 75%, 69%
CMYK
13, 51, 0, 8
Luminance
0.3110
Every format
| HEX | #cc73eb |
| RGB | rgb(204, 115, 235) |
| HSL | hsl(285, 75%, 69%) |
| CMYK | cmyk(13%, 51%, 0%, 8%) |
| LAB | lab(62.6 53.9 -46.6) |
| LCH | lch(62.6 71.2 319.2) |
| OKLCH | oklch(0.700 0.189 316.7) |
Copy-ready code
/* CSS */
color: #cc73eb;
background-color: #cc73eb;
/* Tailwind (arbitrary) */
class="text-[#cc73eb] bg-[#cc73eb]"
/* SCSS */
$brand: #cc73eb;
/* SwiftUI */
Color(red: 0.800, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#cc73eb")Accessibility — WCAG contrast
Aa
#cc73eb on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc73eb on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green45.1%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cc73eb text on a black background
contrast 7.22:1
Card sample
#cc73eb text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc73eb;
Background color
Panel with #cc73eb background
background-color: #cc73eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc73eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc73eb; background: linear-gradient(135deg, #cc73eb, #EB73BA);