#321fc2
a dark, vivid blue · warm · closest name: navy
RGB
50, 31, 194
HSL
247°, 72%, 44%
CMYK
74, 84, 0, 24
Luminance
0.0555
Every format
| HEX | #321fc2 |
| RGB | rgb(50, 31, 194) |
| HSL | hsl(247, 72%, 44%) |
| CMYK | cmyk(74%, 84%, 0%, 24%) |
| LAB | lab(28.3 56.8 -79.5) |
| LCH | lch(28.3 97.8 305.6) |
| OKLCH | oklch(0.407 0.231 274.2) |
Copy-ready code
/* CSS */
color: #321fc2;
background-color: #321fc2;
/* Tailwind (arbitrary) */
class="text-[#321fc2] bg-[#321fc2]"
/* SCSS */
$brand: #321fc2;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 0.761)
/* Android */
Color.parseColor("#321fc2")Accessibility — WCAG contrast
Aa
#321fc2 on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321fc2 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue76.1%
CMYK percentages
Cyan74.2%
Magenta84.0%
Yellow0.0%
Key (black)23.9%
Color previews
#321fc2 text on a black background
contrast 2.11:1
Card sample
#321fc2 text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321fc2;
Background color
Panel with #321fc2 background
background-color: #321fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321fc2; background: linear-gradient(135deg, #321fc2, #9F1FC2);