#324fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
50, 79, 223
HSL
230°, 73%, 54%
CMYK
78, 65, 0, 13
Luminance
0.1160
Every format
| HEX | #324fdf |
| RGB | rgb(50, 79, 223) |
| HSL | hsl(230, 73%, 54%) |
| CMYK | cmyk(78%, 65%, 0%, 13%) |
| LAB | lab(40.6 40.2 -76.0) |
| LCH | lch(40.6 86.0 297.9) |
| OKLCH | oklch(0.503 0.220 268.1) |
Copy-ready code
/* CSS */
color: #324fdf;
background-color: #324fdf;
/* Tailwind (arbitrary) */
class="text-[#324fdf] bg-[#324fdf]"
/* SCSS */
$brand: #324fdf;
/* SwiftUI */
Color(red: 0.196, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#324fdf")Accessibility — WCAG contrast
Aa
#324fdf on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#324fdf on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#324fdf text on a black background
contrast 3.32:1
Card sample
#324fdf text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324fdf;
Background color
Panel with #324fdf background
background-color: #324fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324fdf; background: linear-gradient(135deg, #324fdf, #8832DF);