#c155df
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 85, 223
HSL
287°, 68%, 60%
CMYK
14, 62, 0, 13
Luminance
0.2316
Every format
| HEX | #c155df |
| RGB | rgb(193, 85, 223) |
| HSL | hsl(287, 68%, 60%) |
| CMYK | cmyk(14%, 62%, 0%, 13%) |
| LAB | lab(55.2 63.1 -51.6) |
| LCH | lch(55.2 81.5 320.7) |
| OKLCH | oklch(0.641 0.217 318.3) |
Copy-ready code
/* CSS */
color: #c155df;
background-color: #c155df;
/* Tailwind (arbitrary) */
class="text-[#c155df] bg-[#c155df]"
/* SCSS */
$brand: #c155df;
/* SwiftUI */
Color(red: 0.757, green: 0.333, blue: 0.875)
/* Android */
Color.parseColor("#c155df")Accessibility — WCAG contrast
Aa
#c155df on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c155df on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green33.3%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta61.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c155df text on a black background
contrast 5.63:1
Card sample
#c155df text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c155df;
Background color
Panel with #c155df background
background-color: #c155df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c155df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 85, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 85, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c155df; background: linear-gradient(135deg, #c155df, #DF55A1);