#321995
a dark, vivid blue · warm · closest name: navy
RGB
50, 25, 149
HSL
252°, 71%, 34%
CMYK
66, 83, 0, 42
Luminance
0.0354
Every format
| HEX | #321995 |
| RGB | rgb(50, 25, 149) |
| HSL | hsl(252, 71%, 34%) |
| CMYK | cmyk(66%, 83%, 0%, 42%) |
| LAB | lab(22.1 46.2 -62.6) |
| LCH | lch(22.1 77.8 306.4) |
| OKLCH | oklch(0.349 0.184 280.3) |
Copy-ready code
/* CSS */
color: #321995;
background-color: #321995;
/* Tailwind (arbitrary) */
class="text-[#321995] bg-[#321995]"
/* SCSS */
$brand: #321995;
/* SwiftUI */
Color(red: 0.196, green: 0.098, blue: 0.584)
/* Android */
Color.parseColor("#321995")Accessibility — WCAG contrast
Aa
#321995 on white: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321995 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.8%
Blue58.4%
CMYK percentages
Cyan66.4%
Magenta83.2%
Yellow0.0%
Key (black)41.6%
Color previews
#321995 text on a black background
contrast 1.71:1
Card sample
#321995 text on a white background
contrast 12.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321995;
Background color
Panel with #321995 background
background-color: #321995;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321995;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 25, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 25, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321995; background: linear-gradient(135deg, #321995, #851995);