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