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