#324cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
50, 76, 223
HSL
231°, 73%, 54%
CMYK
78, 66, 0, 13
Luminance
0.1117
Every format
| HEX | #324cdf |
| RGB | rgb(50, 76, 223) |
| HSL | hsl(231, 73%, 54%) |
| CMYK | cmyk(78%, 66%, 0%, 13%) |
| LAB | lab(39.9 42.1 -77.1) |
| LCH | lch(39.9 87.9 298.6) |
| OKLCH | oklch(0.498 0.223 268.5) |
Copy-ready code
/* CSS */
color: #324cdf;
background-color: #324cdf;
/* Tailwind (arbitrary) */
class="text-[#324cdf] bg-[#324cdf]"
/* SCSS */
$brand: #324cdf;
/* SwiftUI */
Color(red: 0.196, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#324cdf")Accessibility — WCAG contrast
Aa
#324cdf on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#324cdf on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#324cdf text on a black background
contrast 3.23:1
Card sample
#324cdf text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324cdf;
Background color
Panel with #324cdf background
background-color: #324cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324cdf; background: linear-gradient(135deg, #324cdf, #8B32DF);