#c656ae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 86, 174
HSL
313°, 50%, 56%
CMYK
0, 57, 12, 22
Luminance
0.2172
Every format
| HEX | #c656ae |
| RGB | rgb(198, 86, 174) |
| HSL | hsl(313, 50%, 56%) |
| CMYK | cmyk(0%, 57%, 12%, 22%) |
| LAB | lab(53.7 55.3 -25.9) |
| LCH | lch(53.7 61.0 334.9) |
| OKLCH | oklch(0.624 0.176 336.6) |
Copy-ready code
/* CSS */
color: #c656ae;
background-color: #c656ae;
/* Tailwind (arbitrary) */
class="text-[#c656ae] bg-[#c656ae]"
/* SCSS */
$brand: #c656ae;
/* SwiftUI */
Color(red: 0.776, green: 0.337, blue: 0.682)
/* Android */
Color.parseColor("#c656ae")Accessibility — WCAG contrast
Aa
#c656ae on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c656ae on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green33.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow12.1%
Key (black)22.4%
Color previews
#c656ae text on a black background
contrast 5.34:1
Card sample
#c656ae text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c656ae;
Background color
Panel with #c656ae background
background-color: #c656ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c656ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 86, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 86, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c656ae; background: linear-gradient(135deg, #c656ae, #C65663);