#cc73df
a light, vivid violet · warm · closest name: orchid
RGB
204, 115, 223
HSL
289°, 63%, 66%
CMYK
9, 48, 0, 13
Luminance
0.3043
Every format
| HEX | #cc73df |
| RGB | rgb(204, 115, 223) |
| HSL | hsl(289, 63%, 66%) |
| CMYK | cmyk(9%, 48%, 0%, 13%) |
| LAB | lab(62.0 51.5 -40.8) |
| LCH | lch(62.0 65.7 321.6) |
| OKLCH | oklch(0.694 0.177 320.4) |
Copy-ready code
/* CSS */
color: #cc73df;
background-color: #cc73df;
/* Tailwind (arbitrary) */
class="text-[#cc73df] bg-[#cc73df]"
/* SCSS */
$brand: #cc73df;
/* SwiftUI */
Color(red: 0.800, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#cc73df")Accessibility — WCAG contrast
Aa
#cc73df on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc73df on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green45.1%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cc73df text on a black background
contrast 7.09:1
Card sample
#cc73df text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc73df;
Background color
Panel with #cc73df background
background-color: #cc73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc73df; background: linear-gradient(135deg, #cc73df, #DF73AA);