#321afd
a balanced, electric blue · warm · closest name: blue
RGB
50, 26, 253
HSL
246°, 98%, 55%
CMYK
80, 90, 0, 1
Luminance
0.0851
Every format
| HEX | #321afd |
| RGB | rgb(50, 26, 253) |
| HSL | hsl(246, 98%, 55%) |
| CMYK | cmyk(80%, 90%, 0%, 1%) |
| LAB | lab(35.0 74.5 -102.2) |
| LCH | lch(35.0 126.5 306.1) |
| OKLCH | oklch(0.474 0.295 270.4) |
Copy-ready code
/* CSS */
color: #321afd;
background-color: #321afd;
/* Tailwind (arbitrary) */
class="text-[#321afd] bg-[#321afd]"
/* SCSS */
$brand: #321afd;
/* SwiftUI */
Color(red: 0.196, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#321afd")Accessibility — WCAG contrast
Aa
#321afd on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321afd on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green10.2%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#321afd text on a black background
contrast 2.70:1
Card sample
#321afd text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321afd;
Background color
Panel with #321afd background
background-color: #321afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321afd; background: linear-gradient(135deg, #321afd, #C91AFD);