#320cdf
a balanced, electric blue · warm · closest name: blue
RGB
50, 12, 223
HSL
251°, 90%, 46%
CMYK
78, 95, 0, 13
Luminance
0.0627
Every format
| HEX | #320cdf |
| RGB | rgb(50, 12, 223) |
| HSL | hsl(251, 90%, 46%) |
| CMYK | cmyk(78%, 95%, 0%, 13%) |
| LAB | lab(30.1 70.2 -93.4) |
| LCH | lch(30.1 116.8 306.9) |
| OKLCH | oklch(0.430 0.270 272.4) |
Copy-ready code
/* CSS */
color: #320cdf;
background-color: #320cdf;
/* Tailwind (arbitrary) */
class="text-[#320cdf] bg-[#320cdf]"
/* SCSS */
$brand: #320cdf;
/* SwiftUI */
Color(red: 0.196, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#320cdf")Accessibility — WCAG contrast
Aa
#320cdf on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320cdf on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#320cdf text on a black background
contrast 2.25:1
Card sample
#320cdf text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320cdf;
Background color
Panel with #320cdf background
background-color: #320cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320cdf; background: linear-gradient(135deg, #320cdf, #BF0CDF);