#830c47
a dark, electric magenta / pink · warm · closest name: purple
RGB
131, 12, 71
HSL
330°, 83%, 28%
CMYK
0, 91, 46, 49
Luminance
0.0554
Every format
| HEX | #830c47 |
| RGB | rgb(131, 12, 71) |
| HSL | hsl(330, 83%, 28%) |
| CMYK | cmyk(0%, 91%, 46%, 49%) |
| LAB | lab(28.2 50.2 -1.8) |
| LCH | lch(28.2 50.3 358.0) |
| OKLCH | oklch(0.402 0.155 358.5) |
Copy-ready code
/* CSS */
color: #830c47;
background-color: #830c47;
/* Tailwind (arbitrary) */
class="text-[#830c47] bg-[#830c47]"
/* SCSS */
$brand: #830c47;
/* SwiftUI */
Color(red: 0.514, green: 0.047, blue: 0.278)
/* Android */
Color.parseColor("#830c47")Accessibility — WCAG contrast
Aa
#830c47 on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#830c47 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green4.7%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow45.8%
Key (black)48.6%
Color previews
#830c47 text on a black background
contrast 2.11:1
Card sample
#830c47 text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #830c47;
Background color
Panel with #830c47 background
background-color: #830c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #830c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 12, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 12, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #830c47; background: linear-gradient(135deg, #830c47, #83200C);