#326fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
50, 111, 223
HSL
219°, 73%, 54%
CMYK
78, 50, 0, 13
Luminance
0.1737
Every format
| HEX | #326fdf |
| RGB | rgb(50, 111, 223) |
| HSL | hsl(219, 73%, 54%) |
| CMYK | cmyk(78%, 50%, 0%, 13%) |
| LAB | lab(48.7 19.9 -62.7) |
| LCH | lch(48.7 65.8 287.6) |
| OKLCH | oklch(0.565 0.183 261.3) |
Copy-ready code
/* CSS */
color: #326fdf;
background-color: #326fdf;
/* Tailwind (arbitrary) */
class="text-[#326fdf] bg-[#326fdf]"
/* SCSS */
$brand: #326fdf;
/* SwiftUI */
Color(red: 0.196, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#326fdf")Accessibility — WCAG contrast
Aa
#326fdf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#326fdf on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green43.5%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#326fdf text on a black background
contrast 4.47:1
Card sample
#326fdf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #326fdf;
Background color
Panel with #326fdf background
background-color: #326fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #326fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #326fdf; background: linear-gradient(135deg, #326fdf, #6832DF);