#351b6a
a dark, vivid violet · warm · closest name: midnightblue
RGB
53, 27, 106
HSL
260°, 59%, 26%
CMYK
50, 75, 0, 58
Luminance
0.0258
Every format
| HEX | #351b6a |
| RGB | rgb(53, 27, 106) |
| HSL | hsl(260, 59%, 26%) |
| CMYK | cmyk(50%, 75%, 0%, 58%) |
| LAB | lab(18.3 32.6 -41.6) |
| LCH | lch(18.3 52.8 308.1) |
| OKLCH | oklch(0.310 0.129 292.3) |
Copy-ready code
/* CSS */
color: #351b6a;
background-color: #351b6a;
/* Tailwind (arbitrary) */
class="text-[#351b6a] bg-[#351b6a]"
/* SCSS */
$brand: #351b6a;
/* SwiftUI */
Color(red: 0.208, green: 0.106, blue: 0.416)
/* Android */
Color.parseColor("#351b6a")Accessibility — WCAG contrast
Aa
#351b6a on white: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#351b6a on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green10.6%
Blue41.6%
CMYK percentages
Cyan50.0%
Magenta74.5%
Yellow0.0%
Key (black)58.4%
Color previews
#351b6a text on a black background
contrast 1.52:1
Card sample
#351b6a text on a white background
contrast 13.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #351b6a;
Background color
Panel with #351b6a background
background-color: #351b6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #351b6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 27, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 27, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #351b6a; background: linear-gradient(135deg, #351b6a, #6A1B6A);