#c15cdb
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 92, 219
HSL
288°, 64%, 61%
CMYK
12, 58, 0, 14
Luminance
0.2411
Every format
| HEX | #c15cdb |
| RGB | rgb(193, 92, 219) |
| HSL | hsl(288, 64%, 61%) |
| CMYK | cmyk(12%, 58%, 0%, 14%) |
| LAB | lab(56.2 59.1 -47.8) |
| LCH | lch(56.2 76.0 321.0) |
| OKLCH | oklch(0.647 0.203 319.0) |
Copy-ready code
/* CSS */
color: #c15cdb;
background-color: #c15cdb;
/* Tailwind (arbitrary) */
class="text-[#c15cdb] bg-[#c15cdb]"
/* SCSS */
$brand: #c15cdb;
/* SwiftUI */
Color(red: 0.757, green: 0.361, blue: 0.859)
/* Android */
Color.parseColor("#c15cdb")Accessibility — WCAG contrast
Aa
#c15cdb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c15cdb on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green36.1%
Blue85.9%
CMYK percentages
Cyan11.9%
Magenta58.0%
Yellow0.0%
Key (black)14.1%
Color previews
#c15cdb text on a black background
contrast 5.82:1
Card sample
#c15cdb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c15cdb;
Background color
Panel with #c15cdb background
background-color: #c15cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c15cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 92, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 92, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c15cdb; background: linear-gradient(135deg, #c15cdb, #DB5CA0);