#830f39
a dark, electric magenta / pink · warm · closest name: maroon
RGB
131, 15, 57
HSL
338°, 80%, 29%
CMYK
0, 89, 57, 49
Luminance
0.0546
Every format
| HEX | #830f39 |
| RGB | rgb(131, 15, 57) |
| HSL | hsl(338, 80%, 29%) |
| CMYK | cmyk(0%, 89%, 57%, 49%) |
| LAB | lab(28.0 48.4 7.3) |
| LCH | lch(28.0 49.0 8.6) |
| OKLCH | oklch(0.399 0.149 7.2) |
Copy-ready code
/* CSS */
color: #830f39;
background-color: #830f39;
/* Tailwind (arbitrary) */
class="text-[#830f39] bg-[#830f39]"
/* SCSS */
$brand: #830f39;
/* SwiftUI */
Color(red: 0.514, green: 0.059, blue: 0.224)
/* Android */
Color.parseColor("#830f39")Accessibility — WCAG contrast
Aa
#830f39 on white: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#830f39 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green5.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow56.5%
Key (black)48.6%
Color previews
#830f39 text on a black background
contrast 2.09:1
Card sample
#830f39 text on a white background
contrast 10.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #830f39;
Background color
Panel with #830f39 background
background-color: #830f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #830f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 15, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 15, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #830f39; background: linear-gradient(135deg, #830f39, #83320F);