#321cd7
a balanced, electric blue · warm · closest name: blue
RGB
50, 28, 215
HSL
247°, 77%, 48%
CMYK
77, 87, 0, 16
Luminance
0.0641
Every format
| HEX | #321cd7 |
| RGB | rgb(50, 28, 215) |
| HSL | hsl(247, 77%, 48%) |
| CMYK | cmyk(77%, 87%, 0%, 16%) |
| LAB | lab(30.4 63.9 -88.2) |
| LCH | lch(30.4 108.9 305.9) |
| OKLCH | oklch(0.429 0.255 272.6) |
Copy-ready code
/* CSS */
color: #321cd7;
background-color: #321cd7;
/* Tailwind (arbitrary) */
class="text-[#321cd7] bg-[#321cd7]"
/* SCSS */
$brand: #321cd7;
/* SwiftUI */
Color(red: 0.196, green: 0.110, blue: 0.843)
/* Android */
Color.parseColor("#321cd7")Accessibility — WCAG contrast
Aa
#321cd7 on white: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321cd7 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green11.0%
Blue84.3%
CMYK percentages
Cyan76.7%
Magenta87.0%
Yellow0.0%
Key (black)15.7%
Color previews
#321cd7 text on a black background
contrast 2.28:1
Card sample
#321cd7 text on a white background
contrast 9.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321cd7;
Background color
Panel with #321cd7 background
background-color: #321cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 28, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 28, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321cd7; background: linear-gradient(135deg, #321cd7, #AF1CD7);