#c14bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 75, 223
HSL
288°, 70%, 58%
CMYK
14, 66, 0, 13
Luminance
0.2170
Every format
| HEX | #c14bdf |
| RGB | rgb(193, 75, 223) |
| HSL | hsl(288, 70%, 58%) |
| CMYK | cmyk(14%, 66%, 0%, 13%) |
| LAB | lab(53.7 67.3 -54.0) |
| LCH | lch(53.7 86.3 321.2) |
| OKLCH | oklch(0.630 0.230 318.8) |
Copy-ready code
/* CSS */
color: #c14bdf;
background-color: #c14bdf;
/* Tailwind (arbitrary) */
class="text-[#c14bdf] bg-[#c14bdf]"
/* SCSS */
$brand: #c14bdf;
/* SwiftUI */
Color(red: 0.757, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#c14bdf")Accessibility — WCAG contrast
Aa
#c14bdf on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c14bdf on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green29.4%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c14bdf text on a black background
contrast 5.34:1
Card sample
#c14bdf text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c14bdf;
Background color
Panel with #c14bdf background
background-color: #c14bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c14bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c14bdf; background: linear-gradient(135deg, #c14bdf, #DF4B9A);