#321cba
a dark, vivid blue · warm · closest name: navy
RGB
50, 28, 186
HSL
248°, 74%, 42%
CMYK
73, 85, 0, 27
Luminance
0.0505
Every format
| HEX | #321cba |
| RGB | rgb(50, 28, 186) |
| HSL | hsl(248, 74%, 42%) |
| CMYK | cmyk(73%, 85%, 0%, 27%) |
| LAB | lab(26.9 55.8 -77.1) |
| LCH | lch(26.9 95.1 305.9) |
| OKLCH | oklch(0.395 0.224 275.1) |
Copy-ready code
/* CSS */
color: #321cba;
background-color: #321cba;
/* Tailwind (arbitrary) */
class="text-[#321cba] bg-[#321cba]"
/* SCSS */
$brand: #321cba;
/* SwiftUI */
Color(red: 0.196, green: 0.110, blue: 0.729)
/* Android */
Color.parseColor("#321cba")Accessibility — WCAG contrast
Aa
#321cba on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321cba on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green11.0%
Blue72.9%
CMYK percentages
Cyan73.1%
Magenta84.9%
Yellow0.0%
Key (black)27.1%
Color previews
#321cba text on a black background
contrast 2.01:1
Card sample
#321cba text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321cba;
Background color
Panel with #321cba background
background-color: #321cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 28, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 28, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321cba; background: linear-gradient(135deg, #321cba, #9C1CBA);