#321bdf
a balanced, electric blue · warm · closest name: blue
RGB
50, 27, 223
HSL
247°, 78%, 49%
CMYK
78, 88, 0, 13
Luminance
0.0679
Every format
| HEX | #321bdf |
| RGB | rgb(50, 27, 223) |
| HSL | hsl(247, 78%, 49%) |
| CMYK | cmyk(78%, 88%, 0%, 13%) |
| LAB | lab(31.3 66.4 -91.3) |
| LCH | lch(31.3 112.9 306.0) |
| OKLCH | oklch(0.438 0.264 272.1) |
Copy-ready code
/* CSS */
color: #321bdf;
background-color: #321bdf;
/* Tailwind (arbitrary) */
class="text-[#321bdf] bg-[#321bdf]"
/* SCSS */
$brand: #321bdf;
/* SwiftUI */
Color(red: 0.196, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#321bdf")Accessibility — WCAG contrast
Aa
#321bdf on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321bdf on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green10.6%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#321bdf text on a black background
contrast 2.36:1
Card sample
#321bdf text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321bdf;
Background color
Panel with #321bdf background
background-color: #321bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321bdf; background: linear-gradient(135deg, #321bdf, #B41BDF);