#c34eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 78, 178
HSL
309°, 49%, 54%
CMYK
0, 60, 9, 24
Luminance
0.2027
Every format
| HEX | #c34eb2 |
| RGB | rgb(195, 78, 178) |
| HSL | hsl(309, 49%, 54%) |
| CMYK | cmyk(0%, 60%, 9%, 24%) |
| LAB | lab(52.1 58.7 -30.7) |
| LCH | lch(52.1 66.2 332.4) |
| OKLCH | oklch(0.612 0.189 333.7) |
Copy-ready code
/* CSS */
color: #c34eb2;
background-color: #c34eb2;
/* Tailwind (arbitrary) */
class="text-[#c34eb2] bg-[#c34eb2]"
/* SCSS */
$brand: #c34eb2;
/* SwiftUI */
Color(red: 0.765, green: 0.306, blue: 0.698)
/* Android */
Color.parseColor("#c34eb2")Accessibility — WCAG contrast
Aa
#c34eb2 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c34eb2 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green30.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow8.7%
Key (black)23.5%
Color previews
#c34eb2 text on a black background
contrast 5.05:1
Card sample
#c34eb2 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34eb2;
Background color
Panel with #c34eb2 background
background-color: #c34eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 78, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 78, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34eb2; background: linear-gradient(135deg, #c34eb2, #C34E64);