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