#323a4c
a deep, soft blue · cool · closest name: darkslategray
RGB
50, 58, 76
HSL
222°, 21%, 25%
CMYK
34, 24, 0, 70
Luminance
0.0423
Every format
| HEX | #323a4c |
| RGB | rgb(50, 58, 76) |
| HSL | hsl(222, 21%, 25%) |
| CMYK | cmyk(34%, 24%, 0%, 70%) |
| LAB | lab(24.4 1.7 -12.1) |
| LCH | lch(24.4 12.2 277.8) |
| OKLCH | oklch(0.349 0.033 266.0) |
Copy-ready code
/* CSS */
color: #323a4c;
background-color: #323a4c;
/* Tailwind (arbitrary) */
class="text-[#323a4c] bg-[#323a4c]"
/* SCSS */
$brand: #323a4c;
/* SwiftUI */
Color(red: 0.196, green: 0.227, blue: 0.298)
/* Android */
Color.parseColor("#323a4c")Accessibility — WCAG contrast
Aa
#323a4c on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323a4c on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green22.7%
Blue29.8%
CMYK percentages
Cyan34.2%
Magenta23.7%
Yellow0.0%
Key (black)70.2%
Color previews
#323a4c text on a black background
contrast 1.85:1
Card sample
#323a4c text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323a4c;
Background color
Panel with #323a4c background
background-color: #323a4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323a4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 58, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 58, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323a4c; background: linear-gradient(135deg, #323a4c, #3B324C);