#c64cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 76, 186
HSL
306°, 52%, 54%
CMYK
0, 62, 6, 22
Luminance
0.2072
Every format
| HEX | #c64cba |
| RGB | rgb(198, 76, 186) |
| HSL | hsl(306, 52%, 54%) |
| CMYK | cmyk(0%, 62%, 6%, 22%) |
| LAB | lab(52.6 61.6 -34.5) |
| LCH | lch(52.6 70.6 330.7) |
| OKLCH | oklch(0.618 0.200 331.8) |
Copy-ready code
/* CSS */
color: #c64cba;
background-color: #c64cba;
/* Tailwind (arbitrary) */
class="text-[#c64cba] bg-[#c64cba]"
/* SCSS */
$brand: #c64cba;
/* SwiftUI */
Color(red: 0.776, green: 0.298, blue: 0.729)
/* Android */
Color.parseColor("#c64cba")Accessibility — WCAG contrast
Aa
#c64cba on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64cba on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green29.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow6.1%
Key (black)22.4%
Color previews
#c64cba text on a black background
contrast 5.14:1
Card sample
#c64cba text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64cba;
Background color
Panel with #c64cba background
background-color: #c64cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 76, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 76, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64cba; background: linear-gradient(135deg, #c64cba, #C64C69);