#c034b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 52, 178
HSL
306°, 57%, 48%
CMYK
0, 73, 7, 25
Luminance
0.1688
Every format
| HEX | #c034b2 |
| RGB | rgb(192, 52, 178) |
| HSL | hsl(306, 57%, 48%) |
| CMYK | cmyk(0%, 73%, 7%, 25%) |
| LAB | lab(48.1 67.9 -37.0) |
| LCH | lch(48.1 77.3 331.4) |
| OKLCH | oklch(0.582 0.220 332.5) |
Copy-ready code
/* CSS */
color: #c034b2;
background-color: #c034b2;
/* Tailwind (arbitrary) */
class="text-[#c034b2] bg-[#c034b2]"
/* SCSS */
$brand: #c034b2;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.698)
/* Android */
Color.parseColor("#c034b2")Accessibility — WCAG contrast
Aa
#c034b2 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c034b2 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow7.3%
Key (black)24.7%
Color previews
#c034b2 text on a black background
contrast 4.38:1
Card sample
#c034b2 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c034b2;
Background color
Panel with #c034b2 background
background-color: #c034b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c034b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c034b2; background: linear-gradient(135deg, #c034b2, #C03455);