#463560
a dark, soft violet · warm · closest name: midnightblue
RGB
70, 53, 96
HSL
264°, 29%, 29%
CMYK
27, 45, 0, 62
Luminance
0.0469
Every format
| HEX | #463560 |
| RGB | rgb(70, 53, 96) |
| HSL | hsl(264, 29%, 29%) |
| CMYK | cmyk(27%, 45%, 0%, 62%) |
| LAB | lab(25.8 17.7 -22.8) |
| LCH | lch(25.8 28.9 307.8) |
| OKLCH | oklch(0.368 0.074 301.0) |
Copy-ready code
/* CSS */
color: #463560;
background-color: #463560;
/* Tailwind (arbitrary) */
class="text-[#463560] bg-[#463560]"
/* SCSS */
$brand: #463560;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.376)
/* Android */
Color.parseColor("#463560")Accessibility — WCAG contrast
Aa
#463560 on white: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463560 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue37.6%
CMYK percentages
Cyan27.1%
Magenta44.8%
Yellow0.0%
Key (black)62.4%
Color previews
#463560 text on a black background
contrast 1.94:1
Card sample
#463560 text on a white background
contrast 10.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463560;
Background color
Panel with #463560 background
background-color: #463560;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463560;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463560; background: linear-gradient(135deg, #463560, #60355D);