#324c71
a dark, soft blue · cool · closest name: steelblue
RGB
50, 76, 113
HSL
215°, 39%, 32%
CMYK
56, 33, 0, 56
Luminance
0.0704
Every format
| HEX | #324c71 |
| RGB | rgb(50, 76, 113) |
| HSL | hsl(215, 39%, 32%) |
| CMYK | cmyk(56%, 33%, 0%, 56%) |
| LAB | lab(31.9 1.9 -24.3) |
| LCH | lch(31.9 24.4 274.5) |
| OKLCH | oklch(0.413 0.070 257.3) |
Copy-ready code
/* CSS */
color: #324c71;
background-color: #324c71;
/* Tailwind (arbitrary) */
class="text-[#324c71] bg-[#324c71]"
/* SCSS */
$brand: #324c71;
/* SwiftUI */
Color(red: 0.196, green: 0.298, blue: 0.443)
/* Android */
Color.parseColor("#324c71")Accessibility — WCAG contrast
Aa
#324c71 on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#324c71 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green29.8%
Blue44.3%
CMYK percentages
Cyan55.8%
Magenta32.7%
Yellow0.0%
Key (black)55.7%
Color previews
#324c71 text on a black background
contrast 2.41:1
Card sample
#324c71 text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324c71;
Background color
Panel with #324c71 background
background-color: #324c71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324c71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 76, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 76, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324c71; background: linear-gradient(135deg, #324c71, #423271);