#463567
a dark, soft violet · warm · closest name: midnightblue
RGB
70, 53, 103
HSL
260°, 32%, 31%
CMYK
32, 49, 0, 60
Luminance
0.0483
Every format
| HEX | #463567 |
| RGB | rgb(70, 53, 103) |
| HSL | hsl(260, 32%, 31%) |
| CMYK | cmyk(32%, 49%, 0%, 60%) |
| LAB | lab(26.2 19.7 -26.7) |
| LCH | lch(26.2 33.2 306.4) |
| OKLCH | oklch(0.372 0.085 297.8) |
Copy-ready code
/* CSS */
color: #463567;
background-color: #463567;
/* Tailwind (arbitrary) */
class="text-[#463567] bg-[#463567]"
/* SCSS */
$brand: #463567;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.404)
/* Android */
Color.parseColor("#463567")Accessibility — WCAG contrast
Aa
#463567 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463567 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue40.4%
CMYK percentages
Cyan32.0%
Magenta48.5%
Yellow0.0%
Key (black)59.6%
Color previews
#463567 text on a black background
contrast 1.97:1
Card sample
#463567 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463567;
Background color
Panel with #463567 background
background-color: #463567;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463567;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463567; background: linear-gradient(135deg, #463567, #673567);