#351b59
a deep, vivid violet · warm · closest name: midnightblue
RGB
53, 27, 89
HSL
265°, 53%, 23%
CMYK
40, 70, 0, 65
Luminance
0.0226
Every format
| HEX | #351b59 |
| RGB | rgb(53, 27, 89) |
| HSL | hsl(265, 53%, 23%) |
| CMYK | cmyk(40%, 70%, 0%, 65%) |
| LAB | lab(16.8 27.5 -32.7) |
| LCH | lch(16.8 42.7 310.0) |
| OKLCH | oklch(0.295 0.106 299.0) |
Copy-ready code
/* CSS */
color: #351b59;
background-color: #351b59;
/* Tailwind (arbitrary) */
class="text-[#351b59] bg-[#351b59]"
/* SCSS */
$brand: #351b59;
/* SwiftUI */
Color(red: 0.208, green: 0.106, blue: 0.349)
/* Android */
Color.parseColor("#351b59")Accessibility — WCAG contrast
Aa
#351b59 on white: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#351b59 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green10.6%
Blue34.9%
CMYK percentages
Cyan40.4%
Magenta69.7%
Yellow0.0%
Key (black)65.1%
Color previews
#351b59 text on a black background
contrast 1.45:1
Card sample
#351b59 text on a white background
contrast 14.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #351b59;
Background color
Panel with #351b59 background
background-color: #351b59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #351b59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 27, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 27, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #351b59; background: linear-gradient(135deg, #351b59, #591B53);