#321ba0
a dark, vivid blue · warm · closest name: navy
RGB
50, 27, 160
HSL
250°, 71%, 37%
CMYK
69, 83, 0, 37
Luminance
0.0400
Every format
| HEX | #321ba0 |
| RGB | rgb(50, 27, 160) |
| HSL | hsl(250, 71%, 37%) |
| CMYK | cmyk(69%, 83%, 0%, 37%) |
| LAB | lab(23.7 48.6 -66.8) |
| LCH | lch(23.7 82.6 306.0) |
| OKLCH | oklch(0.364 0.195 278.4) |
Copy-ready code
/* CSS */
color: #321ba0;
background-color: #321ba0;
/* Tailwind (arbitrary) */
class="text-[#321ba0] bg-[#321ba0]"
/* SCSS */
$brand: #321ba0;
/* SwiftUI */
Color(red: 0.196, green: 0.106, blue: 0.627)
/* Android */
Color.parseColor("#321ba0")Accessibility — WCAG contrast
Aa
#321ba0 on white: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321ba0 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green10.6%
Blue62.7%
CMYK percentages
Cyan68.8%
Magenta83.1%
Yellow0.0%
Key (black)37.3%
Color previews
#321ba0 text on a black background
contrast 1.80:1
Card sample
#321ba0 text on a white background
contrast 11.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321ba0;
Background color
Panel with #321ba0 background
background-color: #321ba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321ba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 27, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 27, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321ba0; background: linear-gradient(135deg, #321ba0, #8B1BA0);