#321fef
a balanced, electric blue · warm · closest name: blue
RGB
50, 31, 239
HSL
246°, 87%, 53%
CMYK
79, 87, 0, 6
Luminance
0.0789
Every format
| HEX | #321fef |
| RGB | rgb(50, 31, 239) |
| HSL | hsl(246, 87%, 53%) |
| CMYK | cmyk(79%, 87%, 0%, 6%) |
| LAB | lab(33.8 69.4 -96.4) |
| LCH | lch(33.8 118.7 305.7) |
| OKLCH | oklch(0.460 0.279 271.0) |
Copy-ready code
/* CSS */
color: #321fef;
background-color: #321fef;
/* Tailwind (arbitrary) */
class="text-[#321fef] bg-[#321fef]"
/* SCSS */
$brand: #321fef;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#321fef")Accessibility — WCAG contrast
Aa
#321fef on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321fef on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue93.7%
CMYK percentages
Cyan79.1%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#321fef text on a black background
contrast 2.58:1
Card sample
#321fef text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321fef;
Background color
Panel with #321fef background
background-color: #321fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321fef; background: linear-gradient(135deg, #321fef, #BD1FEF);