#8a2dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
138, 45, 191
HSL
278°, 62%, 46%
CMYK
28, 76, 0, 25
Luminance
0.1104
Every format
| HEX | #8a2dbf |
| RGB | rgb(138, 45, 191) |
| HSL | hsl(278, 62%, 46%) |
| CMYK | cmyk(28%, 76%, 0%, 25%) |
| LAB | lab(39.6 61.5 -58.7) |
| LCH | lch(39.6 85.0 316.4) |
| OKLCH | oklch(0.507 0.216 309.6) |
Copy-ready code
/* CSS */
color: #8a2dbf;
background-color: #8a2dbf;
/* Tailwind (arbitrary) */
class="text-[#8a2dbf] bg-[#8a2dbf]"
/* SCSS */
$brand: #8a2dbf;
/* SwiftUI */
Color(red: 0.541, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#8a2dbf")Accessibility — WCAG contrast
Aa
#8a2dbf on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a2dbf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green17.6%
Blue74.9%
CMYK percentages
Cyan27.7%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#8a2dbf text on a black background
contrast 3.21:1
Card sample
#8a2dbf text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a2dbf;
Background color
Panel with #8a2dbf background
background-color: #8a2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a2dbf; background: linear-gradient(135deg, #8a2dbf, #BF2D93);