#321f8f
a dark, vivid blue · warm · closest name: indigo
RGB
50, 31, 143
HSL
250°, 64%, 34%
CMYK
65, 78, 0, 44
Luminance
0.0364
Every format
| HEX | #321f8f |
| RGB | rgb(50, 31, 143) |
| HSL | hsl(250, 64%, 34%) |
| CMYK | cmyk(65%, 78%, 0%, 44%) |
| LAB | lab(22.4 41.5 -58.3) |
| LCH | lch(22.4 71.5 305.4) |
| OKLCH | oklch(0.350 0.171 280.6) |
Copy-ready code
/* CSS */
color: #321f8f;
background-color: #321f8f;
/* Tailwind (arbitrary) */
class="text-[#321f8f] bg-[#321f8f]"
/* SCSS */
$brand: #321f8f;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 0.561)
/* Android */
Color.parseColor("#321f8f")Accessibility — WCAG contrast
Aa
#321f8f on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321f8f on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue56.1%
CMYK percentages
Cyan65.0%
Magenta78.3%
Yellow0.0%
Key (black)43.9%
Color previews
#321f8f text on a black background
contrast 1.73:1
Card sample
#321f8f text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321f8f;
Background color
Panel with #321f8f background
background-color: #321f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321f8f; background: linear-gradient(135deg, #321f8f, #7D1F8F);