#c64fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 79, 223
HSL
290°, 69%, 59%
CMYK
11, 65, 0, 13
Luminance
0.2293
Every format
| HEX | #c64fdf |
| RGB | rgb(198, 79, 223) |
| HSL | hsl(290, 69%, 59%) |
| CMYK | cmyk(11%, 65%, 0%, 13%) |
| LAB | lab(55.0 66.8 -52.0) |
| LCH | lch(55.0 84.6 322.1) |
| OKLCH | oklch(0.641 0.227 320.3) |
Copy-ready code
/* CSS */
color: #c64fdf;
background-color: #c64fdf;
/* Tailwind (arbitrary) */
class="text-[#c64fdf] bg-[#c64fdf]"
/* SCSS */
$brand: #c64fdf;
/* SwiftUI */
Color(red: 0.776, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#c64fdf")Accessibility — WCAG contrast
Aa
#c64fdf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64fdf on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c64fdf text on a black background
contrast 5.59:1
Card sample
#c64fdf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64fdf;
Background color
Panel with #c64fdf background
background-color: #c64fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64fdf; background: linear-gradient(135deg, #c64fdf, #DF4F98);