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