#c34cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 76, 223
HSL
289°, 70%, 59%
CMYK
13, 66, 0, 13
Luminance
0.2210
Every format
| HEX | #c34cdf |
| RGB | rgb(195, 76, 223) |
| HSL | hsl(289, 70%, 59%) |
| CMYK | cmyk(13%, 66%, 0%, 13%) |
| LAB | lab(54.1 67.4 -53.4) |
| LCH | lch(54.1 85.9 321.6) |
| OKLCH | oklch(0.634 0.230 319.4) |
Copy-ready code
/* CSS */
color: #c34cdf;
background-color: #c34cdf;
/* Tailwind (arbitrary) */
class="text-[#c34cdf] bg-[#c34cdf]"
/* SCSS */
$brand: #c34cdf;
/* SwiftUI */
Color(red: 0.765, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#c34cdf")Accessibility — WCAG contrast
Aa
#c34cdf on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c34cdf on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green29.8%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c34cdf text on a black background
contrast 5.42:1
Card sample
#c34cdf text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34cdf;
Background color
Panel with #c34cdf background
background-color: #c34cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34cdf; background: linear-gradient(135deg, #c34cdf, #DF4C99);