#321f7f
a dark, vivid blue · warm · closest name: midnightblue
RGB
50, 31, 127
HSL
252°, 61%, 31%
CMYK
61, 76, 0, 50
Luminance
0.0319
Every format
| HEX | #321f7f |
| RGB | rgb(50, 31, 127) |
| HSL | hsl(252, 61%, 31%) |
| CMYK | cmyk(61%, 76%, 0%, 50%) |
| LAB | lab(20.8 36.4 -51.0) |
| LCH | lch(20.8 62.6 305.5) |
| OKLCH | oklch(0.333 0.151 283.6) |
Copy-ready code
/* CSS */
color: #321f7f;
background-color: #321f7f;
/* Tailwind (arbitrary) */
class="text-[#321f7f] bg-[#321f7f]"
/* SCSS */
$brand: #321f7f;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 0.498)
/* Android */
Color.parseColor("#321f7f")Accessibility — WCAG contrast
Aa
#321f7f on white: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321f7f on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue49.8%
CMYK percentages
Cyan60.6%
Magenta75.6%
Yellow0.0%
Key (black)50.2%
Color previews
#321f7f text on a black background
contrast 1.64:1
Card sample
#321f7f text on a white background
contrast 12.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321f7f;
Background color
Panel with #321f7f background
background-color: #321f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321f7f; background: linear-gradient(135deg, #321f7f, #721F7F);