#3f596f
a dark, soft blue · cool · closest name: darkslategray
RGB
63, 89, 111
HSL
208°, 28%, 34%
CMYK
43, 20, 0, 57
Luminance
0.0935
Every format
| HEX | #3f596f |
| RGB | rgb(63, 89, 111) |
| HSL | hsl(208, 28%, 34%) |
| CMYK | cmyk(43%, 20%, 0%, 57%) |
| LAB | lab(36.6 -3.4 -15.6) |
| LCH | lch(36.6 16.0 257.7) |
| OKLCH | oklch(0.452 0.048 244.7) |
Copy-ready code
/* CSS */
color: #3f596f;
background-color: #3f596f;
/* Tailwind (arbitrary) */
class="text-[#3f596f] bg-[#3f596f]"
/* SCSS */
$brand: #3f596f;
/* SwiftUI */
Color(red: 0.247, green: 0.349, blue: 0.435)
/* Android */
Color.parseColor("#3f596f")Accessibility — WCAG contrast
Aa
#3f596f on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f596f on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green34.9%
Blue43.5%
CMYK percentages
Cyan43.2%
Magenta19.8%
Yellow0.0%
Key (black)56.5%
Color previews
#3f596f text on a black background
contrast 2.87:1
Card sample
#3f596f text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f596f;
Background color
Panel with #3f596f background
background-color: #3f596f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f596f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 89, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 89, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f596f; background: linear-gradient(135deg, #3f596f, #453F6F);