#321fff
a balanced, electric blue · warm · closest name: blue
RGB
50, 31, 255
HSL
245°, 100%, 56%
CMYK
80, 88, 0, 0
Luminance
0.0888
Every format
| HEX | #321fff |
| RGB | rgb(50, 31, 255) |
| HSL | hsl(245, 100%, 56%) |
| CMYK | cmyk(80%, 88%, 0%, 0%) |
| LAB | lab(35.7 73.6 -102.1) |
| LCH | lch(35.7 125.8 305.8) |
| OKLCH | oklch(0.479 0.295 270.2) |
Copy-ready code
/* CSS */
color: #321fff;
background-color: #321fff;
/* Tailwind (arbitrary) */
class="text-[#321fff] bg-[#321fff]"
/* SCSS */
$brand: #321fff;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#321fff")Accessibility — WCAG contrast
Aa
#321fff on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321fff on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue100.0%
CMYK percentages
Cyan80.4%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#321fff text on a black background
contrast 2.78:1
Card sample
#321fff text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321fff;
Background color
Panel with #321fff background
background-color: #321fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321fff; background: linear-gradient(135deg, #321fff, #C71FFF);