#c16cdb
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 108, 219
HSL
286°, 61%, 64%
CMYK
12, 51, 0, 14
Luminance
0.2718
Every format
| HEX | #c16cdb |
| RGB | rgb(193, 108, 219) |
| HSL | hsl(286, 61%, 64%) |
| CMYK | cmyk(12%, 51%, 0%, 14%) |
| LAB | lab(59.1 51.3 -43.2) |
| LCH | lch(59.1 67.0 319.9) |
| OKLCH | oklch(0.669 0.179 317.8) |
Copy-ready code
/* CSS */
color: #c16cdb;
background-color: #c16cdb;
/* Tailwind (arbitrary) */
class="text-[#c16cdb] bg-[#c16cdb]"
/* SCSS */
$brand: #c16cdb;
/* SwiftUI */
Color(red: 0.757, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#c16cdb")Accessibility — WCAG contrast
Aa
#c16cdb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16cdb on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green42.4%
Blue85.9%
CMYK percentages
Cyan11.9%
Magenta50.7%
Yellow0.0%
Key (black)14.1%
Color previews
#c16cdb text on a black background
contrast 6.44:1
Card sample
#c16cdb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16cdb;
Background color
Panel with #c16cdb background
background-color: #c16cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16cdb; background: linear-gradient(135deg, #c16cdb, #DB6CAB);