#463555
a dark, soft violet · warm · closest name: darkslategray
RGB
70, 53, 85
HSL
272°, 23%, 27%
CMYK
18, 38, 0, 67
Luminance
0.0450
Every format
| HEX | #463555 |
| RGB | rgb(70, 53, 85) |
| HSL | hsl(272, 23%, 27%) |
| CMYK | cmyk(18%, 38%, 0%, 67%) |
| LAB | lab(25.3 14.8 -16.5) |
| LCH | lch(25.3 22.2 311.8) |
| OKLCH | oklch(0.362 0.058 308.1) |
Copy-ready code
/* CSS */
color: #463555;
background-color: #463555;
/* Tailwind (arbitrary) */
class="text-[#463555] bg-[#463555]"
/* SCSS */
$brand: #463555;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.333)
/* Android */
Color.parseColor("#463555")Accessibility — WCAG contrast
Aa
#463555 on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463555 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue33.3%
CMYK percentages
Cyan17.6%
Magenta37.6%
Yellow0.0%
Key (black)66.7%
Color previews
#463555 text on a black background
contrast 1.90:1
Card sample
#463555 text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463555;
Background color
Panel with #463555 background
background-color: #463555;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463555;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463555; background: linear-gradient(135deg, #463555, #55354F);