#c64f7f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 79, 127
HSL
336°, 51%, 54%
CMYK
0, 60, 36, 22
Luminance
0.1913
Every format
| HEX | #c64f7f |
| RGB | rgb(198, 79, 127) |
| HSL | hsl(336, 51%, 54%) |
| CMYK | cmyk(0%, 60%, 36%, 22%) |
| LAB | lab(50.8 52.0 -2.5) |
| LCH | lch(50.8 52.1 357.3) |
| OKLCH | oklch(0.597 0.159 357.9) |
Copy-ready code
/* CSS */
color: #c64f7f;
background-color: #c64f7f;
/* Tailwind (arbitrary) */
class="text-[#c64f7f] bg-[#c64f7f]"
/* SCSS */
$brand: #c64f7f;
/* SwiftUI */
Color(red: 0.776, green: 0.310, blue: 0.498)
/* Android */
Color.parseColor("#c64f7f")Accessibility — WCAG contrast
Aa
#c64f7f on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64f7f on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow35.9%
Key (black)22.4%
Color previews
#c64f7f text on a black background
contrast 4.83:1
Card sample
#c64f7f text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64f7f;
Background color
Panel with #c64f7f background
background-color: #c64f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 79, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 79, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64f7f; background: linear-gradient(135deg, #c64f7f, #C66E4F);