#325871
a dark, soft blue · cool · closest name: darkslategray
RGB
50, 88, 113
HSL
204°, 39%, 32%
CMYK
56, 22, 0, 56
Luminance
0.0885
Every format
| HEX | #325871 |
| RGB | rgb(50, 88, 113) |
| HSL | hsl(204, 39%, 32%) |
| CMYK | cmyk(56%, 22%, 0%, 56%) |
| LAB | lab(35.7 -5.7 -18.4) |
| LCH | lch(35.7 19.3 252.9) |
| OKLCH | oklch(0.443 0.060 238.9) |
Copy-ready code
/* CSS */
color: #325871;
background-color: #325871;
/* Tailwind (arbitrary) */
class="text-[#325871] bg-[#325871]"
/* SCSS */
$brand: #325871;
/* SwiftUI */
Color(red: 0.196, green: 0.345, blue: 0.443)
/* Android */
Color.parseColor("#325871")Accessibility — WCAG contrast
Aa
#325871 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#325871 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green34.5%
Blue44.3%
CMYK percentages
Cyan55.8%
Magenta22.1%
Yellow0.0%
Key (black)55.7%
Color previews
#325871 text on a black background
contrast 2.77:1
Card sample
#325871 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #325871;
Background color
Panel with #325871 background
background-color: #325871;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #325871;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 88, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 88, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #325871; background: linear-gradient(135deg, #325871, #363271);