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