#c34fc4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 79, 196
HSL
300°, 50%, 54%
CMYK
1, 60, 0, 23
Luminance
0.2118
Every format
| HEX | #c34fc4 |
| RGB | rgb(195, 79, 196) |
| HSL | hsl(300, 50%, 54%) |
| CMYK | cmyk(1%, 60%, 0%, 23%) |
| LAB | lab(53.1 61.2 -39.5) |
| LCH | lch(53.1 72.9 327.2) |
| OKLCH | oklch(0.622 0.202 327.3) |
Copy-ready code
/* CSS */
color: #c34fc4;
background-color: #c34fc4;
/* Tailwind (arbitrary) */
class="text-[#c34fc4] bg-[#c34fc4]"
/* SCSS */
$brand: #c34fc4;
/* SwiftUI */
Color(red: 0.765, green: 0.310, blue: 0.769)
/* Android */
Color.parseColor("#c34fc4")Accessibility — WCAG contrast
Aa
#c34fc4 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c34fc4 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green31.0%
Blue76.9%
CMYK percentages
Cyan0.5%
Magenta59.7%
Yellow0.0%
Key (black)23.1%
Color previews
#c34fc4 text on a black background
contrast 5.24:1
Card sample
#c34fc4 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34fc4;
Background color
Panel with #c34fc4 background
background-color: #c34fc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34fc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 79, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 79, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34fc4; background: linear-gradient(135deg, #c34fc4, #C44F77);