#463572
a dark, soft violet · warm · closest name: midnightblue
RGB
70, 53, 114
HSL
257°, 37%, 33%
CMYK
39, 54, 0, 55
Luminance
0.0506
Every format
| HEX | #463572 |
| RGB | rgb(70, 53, 114) |
| HSL | hsl(257, 37%, 33%) |
| CMYK | cmyk(39%, 54%, 0%, 55%) |
| LAB | lab(26.9 22.9 -32.7) |
| LCH | lch(26.9 40.0 305.1) |
| OKLCH | oklch(0.379 0.101 293.9) |
Copy-ready code
/* CSS */
color: #463572;
background-color: #463572;
/* Tailwind (arbitrary) */
class="text-[#463572] bg-[#463572]"
/* SCSS */
$brand: #463572;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.447)
/* Android */
Color.parseColor("#463572")Accessibility — WCAG contrast
Aa
#463572 on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463572 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue44.7%
CMYK percentages
Cyan38.6%
Magenta53.5%
Yellow0.0%
Key (black)55.3%
Color previews
#463572 text on a black background
contrast 2.01:1
Card sample
#463572 text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463572;
Background color
Panel with #463572 background
background-color: #463572;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463572;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463572; background: linear-gradient(135deg, #463572, #6E3572);