#c034ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 52, 171
HSL
309°, 57%, 48%
CMYK
0, 73, 11, 25
Luminance
0.1660
Every format
| HEX | #c034ab |
| RGB | rgb(192, 52, 171) |
| HSL | hsl(309, 57%, 48%) |
| CMYK | cmyk(0%, 73%, 11%, 25%) |
| LAB | lab(47.8 66.8 -33.5) |
| LCH | lch(47.8 74.7 333.4) |
| OKLCH | oklch(0.578 0.215 334.8) |
Copy-ready code
/* CSS */
color: #c034ab;
background-color: #c034ab;
/* Tailwind (arbitrary) */
class="text-[#c034ab] bg-[#c034ab]"
/* SCSS */
$brand: #c034ab;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.671)
/* Android */
Color.parseColor("#c034ab")Accessibility — WCAG contrast
Aa
#c034ab on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c034ab on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow10.9%
Key (black)24.7%
Color previews
#c034ab text on a black background
contrast 4.32:1
Card sample
#c034ab text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c034ab;
Background color
Panel with #c034ab background
background-color: #c034ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c034ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c034ab; background: linear-gradient(135deg, #c034ab, #C0344E);