#c34cdb
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 76, 219
HSL
290°, 67%, 58%
CMYK
11, 65, 0, 14
Luminance
0.2189
Every format
| HEX | #c34cdb |
| RGB | rgb(195, 76, 219) |
| HSL | hsl(290, 67%, 58%) |
| CMYK | cmyk(11%, 65%, 0%, 14%) |
| LAB | lab(53.9 66.6 -51.5) |
| LCH | lch(53.9 84.2 322.3) |
| OKLCH | oklch(0.631 0.226 320.5) |
Copy-ready code
/* CSS */
color: #c34cdb;
background-color: #c34cdb;
/* Tailwind (arbitrary) */
class="text-[#c34cdb] bg-[#c34cdb]"
/* SCSS */
$brand: #c34cdb;
/* SwiftUI */
Color(red: 0.765, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#c34cdb")Accessibility — WCAG contrast
Aa
#c34cdb on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c34cdb on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green29.8%
Blue85.9%
CMYK percentages
Cyan11.0%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#c34cdb text on a black background
contrast 5.38:1
Card sample
#c34cdb text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34cdb;
Background color
Panel with #c34cdb background
background-color: #c34cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34cdb; background: linear-gradient(135deg, #c34cdb, #DB4C94);