#c650cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 80, 207
HSL
296°, 57%, 56%
CMYK
4, 61, 0, 19
Luminance
0.2225
Every format
| HEX | #c650cf |
| RGB | rgb(198, 80, 207) |
| HSL | hsl(296, 57%, 56%) |
| CMYK | cmyk(4%, 61%, 0%, 19%) |
| LAB | lab(54.3 63.5 -44.0) |
| LCH | lch(54.3 77.2 325.3) |
| OKLCH | oklch(0.633 0.212 324.8) |
Copy-ready code
/* CSS */
color: #c650cf;
background-color: #c650cf;
/* Tailwind (arbitrary) */
class="text-[#c650cf] bg-[#c650cf]"
/* SCSS */
$brand: #c650cf;
/* SwiftUI */
Color(red: 0.776, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#c650cf")Accessibility — WCAG contrast
Aa
#c650cf on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c650cf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.4%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta61.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c650cf text on a black background
contrast 5.45:1
Card sample
#c650cf text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c650cf;
Background color
Panel with #c650cf background
background-color: #c650cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c650cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c650cf; background: linear-gradient(135deg, #c650cf, #CF5083);