#c64cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 76, 223
HSL
290°, 70%, 59%
CMYK
11, 66, 0, 13
Luminance
0.2250
Every format
| HEX | #c64cdf |
| RGB | rgb(198, 76, 223) |
| HSL | hsl(290, 70%, 59%) |
| CMYK | cmyk(11%, 66%, 0%, 13%) |
| LAB | lab(54.6 68.0 -52.6) |
| LCH | lch(54.6 86.0 322.3) |
| OKLCH | oklch(0.638 0.231 320.4) |
Copy-ready code
/* CSS */
color: #c64cdf;
background-color: #c64cdf;
/* Tailwind (arbitrary) */
class="text-[#c64cdf] bg-[#c64cdf]"
/* SCSS */
$brand: #c64cdf;
/* SwiftUI */
Color(red: 0.776, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#c64cdf")Accessibility — WCAG contrast
Aa
#c64cdf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64cdf on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c64cdf text on a black background
contrast 5.50:1
Card sample
#c64cdf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64cdf;
Background color
Panel with #c64cdf background
background-color: #c64cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64cdf; background: linear-gradient(135deg, #c64cdf, #DF4C96);