#c15fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 95, 223
HSL
286°, 67%, 62%
CMYK
14, 57, 0, 13
Luminance
0.2485
Every format
| HEX | #c15fdf |
| RGB | rgb(193, 95, 223) |
| HSL | hsl(286, 67%, 62%) |
| CMYK | cmyk(14%, 57%, 0%, 13%) |
| LAB | lab(56.9 58.5 -48.9) |
| LCH | lch(56.9 76.2 320.1) |
| OKLCH | oklch(0.653 0.203 317.6) |
Copy-ready code
/* CSS */
color: #c15fdf;
background-color: #c15fdf;
/* Tailwind (arbitrary) */
class="text-[#c15fdf] bg-[#c15fdf]"
/* SCSS */
$brand: #c15fdf;
/* SwiftUI */
Color(red: 0.757, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#c15fdf")Accessibility — WCAG contrast
Aa
#c15fdf on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c15fdf on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green37.3%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c15fdf text on a black background
contrast 5.97:1
Card sample
#c15fdf text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c15fdf;
Background color
Panel with #c15fdf background
background-color: #c15fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c15fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c15fdf; background: linear-gradient(135deg, #c15fdf, #DF5FA8);