#463575
a dark, soft violet · warm · closest name: midnightblue
RGB
70, 53, 117
HSL
256°, 38%, 33%
CMYK
40, 55, 0, 54
Luminance
0.0513
Every format
| HEX | #463575 |
| RGB | rgb(70, 53, 117) |
| HSL | hsl(256, 38%, 33%) |
| CMYK | cmyk(40%, 55%, 0%, 54%) |
| LAB | lab(27.1 23.9 -34.3) |
| LCH | lch(27.1 41.8 304.8) |
| OKLCH | oklch(0.381 0.106 293.0) |
Copy-ready code
/* CSS */
color: #463575;
background-color: #463575;
/* Tailwind (arbitrary) */
class="text-[#463575] bg-[#463575]"
/* SCSS */
$brand: #463575;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.459)
/* Android */
Color.parseColor("#463575")Accessibility — WCAG contrast
Aa
#463575 on white: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463575 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue45.9%
CMYK percentages
Cyan40.2%
Magenta54.7%
Yellow0.0%
Key (black)54.1%
Color previews
#463575 text on a black background
contrast 2.03:1
Card sample
#463575 text on a white background
contrast 10.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463575;
Background color
Panel with #463575 background
background-color: #463575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463575; background: linear-gradient(135deg, #463575, #703575);