#325c97
a dark, vivid blue · cool · closest name: steelblue
RGB
50, 92, 151
HSL
215°, 50%, 39%
CMYK
67, 39, 0, 41
Luminance
0.1057
Every format
| HEX | #325c97 |
| RGB | rgb(50, 92, 151) |
| HSL | hsl(215, 50%, 39%) |
| CMYK | cmyk(67%, 39%, 0%, 41%) |
| LAB | lab(38.8 5.3 -36.7) |
| LCH | lch(38.8 37.0 278.1) |
| OKLCH | oklch(0.474 0.107 257.2) |
Copy-ready code
/* CSS */
color: #325c97;
background-color: #325c97;
/* Tailwind (arbitrary) */
class="text-[#325c97] bg-[#325c97]"
/* SCSS */
$brand: #325c97;
/* SwiftUI */
Color(red: 0.196, green: 0.361, blue: 0.592)
/* Android */
Color.parseColor("#325c97")Accessibility — WCAG contrast
Aa
#325c97 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#325c97 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green36.1%
Blue59.2%
CMYK percentages
Cyan66.9%
Magenta39.1%
Yellow0.0%
Key (black)40.8%
Color previews
#325c97 text on a black background
contrast 3.11:1
Card sample
#325c97 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #325c97;
Background color
Panel with #325c97 background
background-color: #325c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #325c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 92, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 92, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #325c97; background: linear-gradient(135deg, #325c97, #4B3297);