#320dfb
a balanced, electric blue · warm · closest name: blue
RGB
50, 13, 251
HSL
249°, 97%, 52%
CMYK
80, 95, 0, 2
Luminance
0.0793
Every format
| HEX | #320dfb |
| RGB | rgb(50, 13, 251) |
| HSL | hsl(249, 97%, 52%) |
| CMYK | cmyk(80%, 95%, 0%, 2%) |
| LAB | lab(33.8 76.9 -103.0) |
| LCH | lch(33.8 128.5 306.7) |
| OKLCH | oklch(0.465 0.297 270.6) |
Copy-ready code
/* CSS */
color: #320dfb;
background-color: #320dfb;
/* Tailwind (arbitrary) */
class="text-[#320dfb] bg-[#320dfb]"
/* SCSS */
$brand: #320dfb;
/* SwiftUI */
Color(red: 0.196, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#320dfb")Accessibility — WCAG contrast
Aa
#320dfb on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320dfb on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green5.1%
Blue98.4%
CMYK percentages
Cyan80.1%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#320dfb text on a black background
contrast 2.59:1
Card sample
#320dfb text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320dfb;
Background color
Panel with #320dfb background
background-color: #320dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320dfb; background: linear-gradient(135deg, #320dfb, #D10DFB);