#321bcf
a balanced, electric blue · warm · closest name: blue
RGB
50, 27, 207
HSL
248°, 77%, 46%
CMYK
76, 87, 0, 19
Luminance
0.0597
Every format
| HEX | #321bcf |
| RGB | rgb(50, 27, 207) |
| HSL | hsl(248, 77%, 46%) |
| CMYK | cmyk(76%, 87%, 0%, 19%) |
| LAB | lab(29.3 62.0 -85.3) |
| LCH | lch(29.3 105.5 306.0) |
| OKLCH | oklch(0.419 0.247 273.3) |
Copy-ready code
/* CSS */
color: #321bcf;
background-color: #321bcf;
/* Tailwind (arbitrary) */
class="text-[#321bcf] bg-[#321bcf]"
/* SCSS */
$brand: #321bcf;
/* SwiftUI */
Color(red: 0.196, green: 0.106, blue: 0.812)
/* Android */
Color.parseColor("#321bcf")Accessibility — WCAG contrast
Aa
#321bcf on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321bcf on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green10.6%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta87.0%
Yellow0.0%
Key (black)18.8%
Color previews
#321bcf text on a black background
contrast 2.19:1
Card sample
#321bcf text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321bcf;
Background color
Panel with #321bcf background
background-color: #321bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 27, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 27, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321bcf; background: linear-gradient(135deg, #321bcf, #AA1BCF);