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