#8c2ccb
a balanced, vivid violet · warm · closest name: indigo
RGB
140, 44, 203
HSL
276°, 64%, 48%
CMYK
31, 78, 0, 20
Luminance
0.1169
Every format
| HEX | #8c2ccb |
| RGB | rgb(140, 44, 203) |
| HSL | hsl(276, 64%, 48%) |
| CMYK | cmyk(31%, 78%, 0%, 20%) |
| LAB | lab(40.7 64.8 -63.9) |
| LCH | lch(40.7 91.0 315.4) |
| OKLCH | oklch(0.518 0.229 307.3) |
Copy-ready code
/* CSS */
color: #8c2ccb;
background-color: #8c2ccb;
/* Tailwind (arbitrary) */
class="text-[#8c2ccb] bg-[#8c2ccb]"
/* SCSS */
$brand: #8c2ccb;
/* SwiftUI */
Color(red: 0.549, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#8c2ccb")Accessibility — WCAG contrast
Aa
#8c2ccb on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c2ccb on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green17.3%
Blue79.6%
CMYK percentages
Cyan31.0%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#8c2ccb text on a black background
contrast 3.34:1
Card sample
#8c2ccb text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c2ccb;
Background color
Panel with #8c2ccb background
background-color: #8c2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c2ccb; background: linear-gradient(135deg, #8c2ccb, #CB2CA0);