#c15dff
a light, electric violet · warm · closest name: violet
RGB
193, 93, 255
HSL
277°, 100%, 68%
CMYK
24, 64, 0, 0
Luminance
0.2639
Every format
| HEX | #c15dff |
| RGB | rgb(193, 93, 255) |
| HSL | hsl(277, 100%, 68%) |
| CMYK | cmyk(24%, 64%, 0%, 0%) |
| LAB | lab(58.4 66.0 -64.4) |
| LCH | lch(58.4 92.2 315.7) |
| OKLCH | oklch(0.670 0.237 309.9) |
Copy-ready code
/* CSS */
color: #c15dff;
background-color: #c15dff;
/* Tailwind (arbitrary) */
class="text-[#c15dff] bg-[#c15dff]"
/* SCSS */
$brand: #c15dff;
/* SwiftUI */
Color(red: 0.757, green: 0.365, blue: 1.000)
/* Android */
Color.parseColor("#c15dff")Accessibility — WCAG contrast
Aa
#c15dff on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c15dff on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green36.5%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta63.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c15dff text on a black background
contrast 6.28:1
Card sample
#c15dff text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c15dff;
Background color
Panel with #c15dff background
background-color: #c15dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c15dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 93, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 93, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c15dff; background: linear-gradient(135deg, #c15dff, #FF5DD1);