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