#c032cd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 50, 205
HSL
295°, 61%, 50%
CMYK
6, 76, 0, 20
Luminance
0.1790
Every format
| HEX | #c032cd |
| RGB | rgb(192, 50, 205) |
| HSL | hsl(295, 61%, 50%) |
| CMYK | cmyk(6%, 76%, 0%, 20%) |
| LAB | lab(49.4 72.8 -50.7) |
| LCH | lch(49.4 88.7 325.1) |
| OKLCH | oklch(0.596 0.242 324.3) |
Copy-ready code
/* CSS */
color: #c032cd;
background-color: #c032cd;
/* Tailwind (arbitrary) */
class="text-[#c032cd] bg-[#c032cd]"
/* SCSS */
$brand: #c032cd;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.804)
/* Android */
Color.parseColor("#c032cd")Accessibility — WCAG contrast
Aa
#c032cd on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c032cd on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue80.4%
CMYK percentages
Cyan6.3%
Magenta75.6%
Yellow0.0%
Key (black)19.6%
Color previews
#c032cd text on a black background
contrast 4.58:1
Card sample
#c032cd text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032cd;
Background color
Panel with #c032cd background
background-color: #c032cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032cd; background: linear-gradient(135deg, #c032cd, #CD3273);