#3b5867
a dark, soft blue · cool · closest name: darkslategray
RGB
59, 88, 103
HSL
201°, 27%, 32%
CMYK
43, 15, 0, 60
Luminance
0.0889
Every format
| HEX | #3b5867 |
| RGB | rgb(59, 88, 103) |
| HSL | hsl(201, 27%, 32%) |
| CMYK | cmyk(43%, 15%, 0%, 60%) |
| LAB | lab(35.8 -6.4 -12.0) |
| LCH | lch(35.8 13.6 241.9) |
| OKLCH | oklch(0.444 0.042 231.5) |
Copy-ready code
/* CSS */
color: #3b5867;
background-color: #3b5867;
/* Tailwind (arbitrary) */
class="text-[#3b5867] bg-[#3b5867]"
/* SCSS */
$brand: #3b5867;
/* SwiftUI */
Color(red: 0.231, green: 0.345, blue: 0.404)
/* Android */
Color.parseColor("#3b5867")Accessibility — WCAG contrast
Aa
#3b5867 on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b5867 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green34.5%
Blue40.4%
CMYK percentages
Cyan42.7%
Magenta14.6%
Yellow0.0%
Key (black)59.6%
Color previews
#3b5867 text on a black background
contrast 2.78:1
Card sample
#3b5867 text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b5867;
Background color
Panel with #3b5867 background
background-color: #3b5867;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b5867;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 88, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 88, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b5867; background: linear-gradient(135deg, #3b5867, #3B3B67);