#c064df
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 100, 223
HSL
285°, 66%, 63%
CMYK
14, 55, 0, 13
Luminance
0.2565
Every format
| HEX | #c064df |
| RGB | rgb(192, 100, 223) |
| HSL | hsl(285, 66%, 63%) |
| CMYK | cmyk(14%, 55%, 0%, 13%) |
| LAB | lab(57.7 55.8 -47.7) |
| LCH | lch(57.7 73.4 319.5) |
| OKLCH | oklch(0.659 0.195 316.9) |
Copy-ready code
/* CSS */
color: #c064df;
background-color: #c064df;
/* Tailwind (arbitrary) */
class="text-[#c064df] bg-[#c064df]"
/* SCSS */
$brand: #c064df;
/* SwiftUI */
Color(red: 0.753, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#c064df")Accessibility — WCAG contrast
Aa
#c064df on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c064df on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green39.2%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c064df text on a black background
contrast 6.13:1
Card sample
#c064df text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c064df;
Background color
Panel with #c064df background
background-color: #c064df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c064df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c064df; background: linear-gradient(135deg, #c064df, #DF64AC);