#c664ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 100, 171
HSL
317°, 46%, 58%
CMYK
0, 50, 14, 22
Luminance
0.2406
Every format
| HEX | #c664ab |
| RGB | rgb(198, 100, 171) |
| HSL | hsl(317, 46%, 58%) |
| CMYK | cmyk(0%, 50%, 14%, 22%) |
| LAB | lab(56.1 48.1 -20.4) |
| LCH | lch(56.1 52.2 337.0) |
| OKLCH | oklch(0.641 0.151 338.8) |
Copy-ready code
/* CSS */
color: #c664ab;
background-color: #c664ab;
/* Tailwind (arbitrary) */
class="text-[#c664ab] bg-[#c664ab]"
/* SCSS */
$brand: #c664ab;
/* SwiftUI */
Color(red: 0.776, green: 0.392, blue: 0.671)
/* Android */
Color.parseColor("#c664ab")Accessibility — WCAG contrast
Aa
#c664ab on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c664ab on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green39.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow13.6%
Key (black)22.4%
Color previews
#c664ab text on a black background
contrast 5.81:1
Card sample
#c664ab text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c664ab;
Background color
Panel with #c664ab background
background-color: #c664ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c664ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 100, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 100, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c664ab; background: linear-gradient(135deg, #c664ab, #C6646A);