#323cd3
a balanced, vivid blue · warm · closest name: slateblue
RGB
50, 60, 211
HSL
236°, 65%, 51%
CMYK
76, 72, 0, 17
Luminance
0.0861
Every format
| HEX | #323cd3 |
| RGB | rgb(50, 60, 211) |
| HSL | hsl(236, 65%, 51%) |
| CMYK | cmyk(76%, 72%, 0%, 17%) |
| LAB | lab(35.2 47.5 -77.9) |
| LCH | lch(35.2 91.2 301.4) |
| OKLCH | oklch(0.461 0.226 270.8) |
Copy-ready code
/* CSS */
color: #323cd3;
background-color: #323cd3;
/* Tailwind (arbitrary) */
class="text-[#323cd3] bg-[#323cd3]"
/* SCSS */
$brand: #323cd3;
/* SwiftUI */
Color(red: 0.196, green: 0.235, blue: 0.827)
/* Android */
Color.parseColor("#323cd3")Accessibility — WCAG contrast
Aa
#323cd3 on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323cd3 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green23.5%
Blue82.7%
CMYK percentages
Cyan76.3%
Magenta71.6%
Yellow0.0%
Key (black)17.3%
Color previews
#323cd3 text on a black background
contrast 2.72:1
Card sample
#323cd3 text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323cd3;
Background color
Panel with #323cd3 background
background-color: #323cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 60, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 60, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323cd3; background: linear-gradient(135deg, #323cd3, #9332D3);