#c34fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 79, 210
HSL
293°, 59%, 57%
CMYK
7, 62, 0, 18
Luminance
0.2185
Every format
| HEX | #c34fd2 |
| RGB | rgb(195, 79, 210) |
| HSL | hsl(293, 59%, 57%) |
| CMYK | cmyk(7%, 62%, 0%, 18%) |
| LAB | lab(53.9 63.7 -46.4) |
| LCH | lch(53.9 78.8 323.9) |
| OKLCH | oklch(0.630 0.214 322.9) |
Copy-ready code
/* CSS */
color: #c34fd2;
background-color: #c34fd2;
/* Tailwind (arbitrary) */
class="text-[#c34fd2] bg-[#c34fd2]"
/* SCSS */
$brand: #c34fd2;
/* SwiftUI */
Color(red: 0.765, green: 0.310, blue: 0.824)
/* Android */
Color.parseColor("#c34fd2")Accessibility — WCAG contrast
Aa
#c34fd2 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c34fd2 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green31.0%
Blue82.4%
CMYK percentages
Cyan7.1%
Magenta62.4%
Yellow0.0%
Key (black)17.6%
Color previews
#c34fd2 text on a black background
contrast 5.37:1
Card sample
#c34fd2 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34fd2;
Background color
Panel with #c34fd2 background
background-color: #c34fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 79, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 79, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34fd2; background: linear-gradient(135deg, #c34fd2, #D24F8A);