#8c2ffc
a balanced, electric violet · warm · closest name: blue
RGB
140, 47, 252
HSL
267°, 97%, 59%
CMYK
44, 81, 0, 1
Luminance
0.1464
Every format
| HEX | #8c2ffc |
| RGB | rgb(140, 47, 252) |
| HSL | hsl(267, 97%, 59%) |
| CMYK | cmyk(44%, 81%, 0%, 1%) |
| LAB | lab(45.1 74.6 -84.6) |
| LCH | lch(45.1 112.8 311.4) |
| OKLCH | oklch(0.561 0.272 296.8) |
Copy-ready code
/* CSS */
color: #8c2ffc;
background-color: #8c2ffc;
/* Tailwind (arbitrary) */
class="text-[#8c2ffc] bg-[#8c2ffc]"
/* SCSS */
$brand: #8c2ffc;
/* SwiftUI */
Color(red: 0.549, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#8c2ffc")Accessibility — WCAG contrast
Aa
#8c2ffc on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c2ffc on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green18.4%
Blue98.8%
CMYK percentages
Cyan44.4%
Magenta81.3%
Yellow0.0%
Key (black)1.2%
Color previews
#8c2ffc text on a black background
contrast 3.93:1
Card sample
#8c2ffc text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c2ffc;
Background color
Panel with #8c2ffc background
background-color: #8c2ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c2ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c2ffc; background: linear-gradient(135deg, #8c2ffc, #FC2FE3);