#321fd9
a balanced, electric blue · warm · closest name: blue
RGB
50, 31, 217
HSL
246°, 75%, 49%
CMYK
77, 86, 0, 15
Luminance
0.0667
Every format
| HEX | #321fd9 |
| RGB | rgb(50, 31, 217) |
| HSL | hsl(246, 75%, 49%) |
| CMYK | cmyk(77%, 86%, 0%, 15%) |
| LAB | lab(31.0 63.4 -88.3) |
| LCH | lch(31.0 108.7 305.7) |
| OKLCH | oklch(0.434 0.256 272.4) |
Copy-ready code
/* CSS */
color: #321fd9;
background-color: #321fd9;
/* Tailwind (arbitrary) */
class="text-[#321fd9] bg-[#321fd9]"
/* SCSS */
$brand: #321fd9;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 0.851)
/* Android */
Color.parseColor("#321fd9")Accessibility — WCAG contrast
Aa
#321fd9 on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321fd9 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue85.1%
CMYK percentages
Cyan77.0%
Magenta85.7%
Yellow0.0%
Key (black)14.9%
Color previews
#321fd9 text on a black background
contrast 2.33:1
Card sample
#321fd9 text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321fd9;
Background color
Panel with #321fd9 background
background-color: #321fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321fd9; background: linear-gradient(135deg, #321fd9, #AE1FD9);