#c652c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 82, 194
HSL
302°, 50%, 55%
CMYK
0, 59, 2, 22
Luminance
0.2194
Every format
| HEX | #c652c2 |
| RGB | rgb(198, 82, 194) |
| HSL | hsl(302, 50%, 55%) |
| CMYK | cmyk(0%, 59%, 2%, 22%) |
| LAB | lab(54.0 60.4 -37.1) |
| LCH | lch(54.0 70.8 328.4) |
| OKLCH | oklch(0.628 0.198 329.0) |
Copy-ready code
/* CSS */
color: #c652c2;
background-color: #c652c2;
/* Tailwind (arbitrary) */
class="text-[#c652c2] bg-[#c652c2]"
/* SCSS */
$brand: #c652c2;
/* SwiftUI */
Color(red: 0.776, green: 0.322, blue: 0.761)
/* Android */
Color.parseColor("#c652c2")Accessibility — WCAG contrast
Aa
#c652c2 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c652c2 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green32.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow2.0%
Key (black)22.4%
Color previews
#c652c2 text on a black background
contrast 5.39:1
Card sample
#c652c2 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c652c2;
Background color
Panel with #c652c2 background
background-color: #c652c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c652c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 82, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 82, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c652c2; background: linear-gradient(135deg, #c652c2, #C65275);