#8f2dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
143, 45, 191
HSL
280°, 62%, 46%
CMYK
25, 76, 0, 25
Luminance
0.1148
Every format
| HEX | #8f2dbf |
| RGB | rgb(143, 45, 191) |
| HSL | hsl(280, 62%, 46%) |
| CMYK | cmyk(25%, 76%, 0%, 25%) |
| LAB | lab(40.4 62.5 -57.5) |
| LCH | lch(40.4 84.9 317.4) |
| OKLCH | oklch(0.514 0.217 311.6) |
Copy-ready code
/* CSS */
color: #8f2dbf;
background-color: #8f2dbf;
/* Tailwind (arbitrary) */
class="text-[#8f2dbf] bg-[#8f2dbf]"
/* SCSS */
$brand: #8f2dbf;
/* SwiftUI */
Color(red: 0.561, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#8f2dbf")Accessibility — WCAG contrast
Aa
#8f2dbf on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f2dbf on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green17.6%
Blue74.9%
CMYK percentages
Cyan25.1%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#8f2dbf text on a black background
contrast 3.30:1
Card sample
#8f2dbf text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f2dbf;
Background color
Panel with #8f2dbf background
background-color: #8f2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f2dbf; background: linear-gradient(135deg, #8f2dbf, #BF2D8E);