#a7305f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
167, 48, 95
HSL
336°, 55%, 42%
CMYK
0, 71, 43, 35
Luminance
0.1116
Every format
| HEX | #a7305f |
| RGB | rgb(167, 48, 95) |
| HSL | hsl(336, 55%, 42%) |
| CMYK | cmyk(0%, 71%, 43%, 35%) |
| LAB | lab(39.9 52.0 0.5) |
| LCH | lch(39.9 52.0 0.5) |
| OKLCH | oklch(0.502 0.159 0.6) |
Copy-ready code
/* CSS */
color: #a7305f;
background-color: #a7305f;
/* Tailwind (arbitrary) */
class="text-[#a7305f] bg-[#a7305f]"
/* SCSS */
$brand: #a7305f;
/* SwiftUI */
Color(red: 0.655, green: 0.188, blue: 0.373)
/* Android */
Color.parseColor("#a7305f")Accessibility — WCAG contrast
Aa
#a7305f on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a7305f on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green18.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow43.1%
Key (black)34.5%
Color previews
#a7305f text on a black background
contrast 3.23:1
Card sample
#a7305f text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7305f;
Background color
Panel with #a7305f background
background-color: #a7305f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7305f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 48, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 48, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7305f; background: linear-gradient(135deg, #a7305f, #A75030);