#322cdf
a balanced, vivid blue · warm · closest name: blue
RGB
50, 44, 223
HSL
242°, 74%, 52%
CMYK
78, 80, 0, 13
Luminance
0.0781
Every format
| HEX | #322cdf |
| RGB | rgb(50, 44, 223) |
| HSL | hsl(242, 74%, 52%) |
| CMYK | cmyk(78%, 80%, 0%, 13%) |
| LAB | lab(33.6 59.7 -87.5) |
| LCH | lch(33.6 105.9 304.3) |
| OKLCH | oklch(0.454 0.253 271.4) |
Copy-ready code
/* CSS */
color: #322cdf;
background-color: #322cdf;
/* Tailwind (arbitrary) */
class="text-[#322cdf] bg-[#322cdf]"
/* SCSS */
$brand: #322cdf;
/* SwiftUI */
Color(red: 0.196, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#322cdf")Accessibility — WCAG contrast
Aa
#322cdf on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#322cdf on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green17.3%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#322cdf text on a black background
contrast 2.56:1
Card sample
#322cdf text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #322cdf;
Background color
Panel with #322cdf background
background-color: #322cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #322cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #322cdf; background: linear-gradient(135deg, #322cdf, #A92CDF);