#c64eae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 78, 174
HSL
312°, 51%, 54%
CMYK
0, 61, 12, 22
Luminance
0.2051
Every format
| HEX | #c64eae |
| RGB | rgb(198, 78, 174) |
| HSL | hsl(312, 51%, 54%) |
| CMYK | cmyk(0%, 61%, 12%, 22%) |
| LAB | lab(52.4 58.8 -27.9) |
| LCH | lch(52.4 65.1 334.6) |
| OKLCH | oklch(0.614 0.188 336.2) |
Copy-ready code
/* CSS */
color: #c64eae;
background-color: #c64eae;
/* Tailwind (arbitrary) */
class="text-[#c64eae] bg-[#c64eae]"
/* SCSS */
$brand: #c64eae;
/* SwiftUI */
Color(red: 0.776, green: 0.306, blue: 0.682)
/* Android */
Color.parseColor("#c64eae")Accessibility — WCAG contrast
Aa
#c64eae on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64eae on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow12.1%
Key (black)22.4%
Color previews
#c64eae text on a black background
contrast 5.10:1
Card sample
#c64eae text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64eae;
Background color
Panel with #c64eae background
background-color: #c64eae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64eae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 78, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 78, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64eae; background: linear-gradient(135deg, #c64eae, #C64E5E);