#b30053
a dark, electric magenta / pink · warm · closest name: crimson
RGB
179, 0, 83
HSL
332°, 100%, 35%
CMYK
0, 100, 54, 30
Luminance
0.1021
Every format
| HEX | #b30053 |
| RGB | rgb(179, 0, 83) |
| HSL | hsl(332, 100%, 35%) |
| CMYK | cmyk(0%, 100%, 54%, 30%) |
| LAB | lab(38.2 64.5 6.1) |
| LCH | lch(38.2 64.7 5.4) |
| OKLCH | oklch(0.493 0.198 4.6) |
Copy-ready code
/* CSS */
color: #b30053;
background-color: #b30053;
/* Tailwind (arbitrary) */
class="text-[#b30053] bg-[#b30053]"
/* SCSS */
$brand: #b30053;
/* SwiftUI */
Color(red: 0.702, green: 0.000, blue: 0.325)
/* Android */
Color.parseColor("#b30053")Accessibility — WCAG contrast
Aa
#b30053 on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b30053 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green0.0%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow53.6%
Key (black)29.8%
Color previews
#b30053 text on a black background
contrast 3.04:1
Card sample
#b30053 text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b30053;
Background color
Panel with #b30053 background
background-color: #b30053;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b30053;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 0, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 0, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b30053; background: linear-gradient(135deg, #b30053, #B32400);