#c656cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 86, 207
HSL
296°, 56%, 58%
CMYK
4, 59, 0, 19
Luminance
0.2317
Every format
| HEX | #c656cf |
| RGB | rgb(198, 86, 207) |
| HSL | hsl(296, 56%, 58%) |
| CMYK | cmyk(4%, 59%, 0%, 19%) |
| LAB | lab(55.3 60.9 -42.5) |
| LCH | lch(55.3 74.2 325.1) |
| OKLCH | oklch(0.640 0.203 324.6) |
Copy-ready code
/* CSS */
color: #c656cf;
background-color: #c656cf;
/* Tailwind (arbitrary) */
class="text-[#c656cf] bg-[#c656cf]"
/* SCSS */
$brand: #c656cf;
/* SwiftUI */
Color(red: 0.776, green: 0.337, blue: 0.812)
/* Android */
Color.parseColor("#c656cf")Accessibility — WCAG contrast
Aa
#c656cf on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c656cf on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green33.7%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta58.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c656cf text on a black background
contrast 5.63:1
Card sample
#c656cf text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c656cf;
Background color
Panel with #c656cf background
background-color: #c656cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c656cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 86, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 86, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c656cf; background: linear-gradient(135deg, #c656cf, #CF5688);