#463549
a deep, soft magenta / pink · warm · closest name: darkslategray
RGB
70, 53, 73
HSL
291°, 16%, 25%
CMYK
4, 27, 0, 71
Luminance
0.0433
Every format
| HEX | #463549 |
| RGB | rgb(70, 53, 73) |
| HSL | hsl(291, 16%, 25%) |
| CMYK | cmyk(4%, 27%, 0%, 71%) |
| LAB | lab(24.7 11.8 -9.4) |
| LCH | lch(24.7 15.1 321.4) |
| OKLCH | oklch(0.356 0.041 321.3) |
Copy-ready code
/* CSS */
color: #463549;
background-color: #463549;
/* Tailwind (arbitrary) */
class="text-[#463549] bg-[#463549]"
/* SCSS */
$brand: #463549;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.286)
/* Android */
Color.parseColor("#463549")Accessibility — WCAG contrast
Aa
#463549 on white: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463549 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue28.6%
CMYK percentages
Cyan4.1%
Magenta27.4%
Yellow0.0%
Key (black)71.4%
Color previews
#463549 text on a black background
contrast 1.87:1
Card sample
#463549 text on a white background
contrast 11.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463549;
Background color
Panel with #463549 background
background-color: #463549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463549; background: linear-gradient(135deg, #463549, #49353F);