#321daf
a dark, vivid blue · warm · closest name: navy
RGB
50, 29, 175
HSL
249°, 72%, 40%
CMYK
71, 83, 0, 31
Luminance
0.0465
Every format
| HEX | #321daf |
| RGB | rgb(50, 29, 175) |
| HSL | hsl(249, 72%, 40%) |
| CMYK | cmyk(71%, 83%, 0%, 31%) |
| LAB | lab(25.7 52.1 -72.4) |
| LCH | lch(25.7 89.3 305.8) |
| OKLCH | oklch(0.383 0.211 276.3) |
Copy-ready code
/* CSS */
color: #321daf;
background-color: #321daf;
/* Tailwind (arbitrary) */
class="text-[#321daf] bg-[#321daf]"
/* SCSS */
$brand: #321daf;
/* SwiftUI */
Color(red: 0.196, green: 0.114, blue: 0.686)
/* Android */
Color.parseColor("#321daf")Accessibility — WCAG contrast
Aa
#321daf on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321daf on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green11.4%
Blue68.6%
CMYK percentages
Cyan71.4%
Magenta83.4%
Yellow0.0%
Key (black)31.4%
Color previews
#321daf text on a black background
contrast 1.93:1
Card sample
#321daf text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321daf;
Background color
Panel with #321daf background
background-color: #321daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 29, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 29, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321daf; background: linear-gradient(135deg, #321daf, #931DAF);