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