#c034c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 52, 194
HSL
299°, 58%, 48%
CMYK
1, 73, 0, 24
Luminance
0.1756
Every format
| HEX | #c034c2 |
| RGB | rgb(192, 52, 194) |
| HSL | hsl(299, 58%, 48%) |
| CMYK | cmyk(1%, 73%, 0%, 24%) |
| LAB | lab(49.0 70.4 -45.0) |
| LCH | lch(49.0 83.5 327.4) |
| OKLCH | oklch(0.591 0.232 327.4) |
Copy-ready code
/* CSS */
color: #c034c2;
background-color: #c034c2;
/* Tailwind (arbitrary) */
class="text-[#c034c2] bg-[#c034c2]"
/* SCSS */
$brand: #c034c2;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.761)
/* Android */
Color.parseColor("#c034c2")Accessibility — WCAG contrast
Aa
#c034c2 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c034c2 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue76.1%
CMYK percentages
Cyan1.0%
Magenta73.2%
Yellow0.0%
Key (black)23.9%
Color previews
#c034c2 text on a black background
contrast 4.51:1
Card sample
#c034c2 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c034c2;
Background color
Panel with #c034c2 background
background-color: #c034c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c034c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c034c2; background: linear-gradient(135deg, #c034c2, #C23465);