#3c647f
a dark, soft blue · cool · closest name: steelblue
RGB
60, 100, 127
HSL
204°, 36%, 37%
CMYK
53, 21, 0, 50
Luminance
0.1161
Every format
| HEX | #3c647f |
| RGB | rgb(60, 100, 127) |
| HSL | hsl(204, 36%, 37%) |
| CMYK | cmyk(53%, 21%, 0%, 50%) |
| LAB | lab(40.6 -5.9 -19.4) |
| LCH | lch(40.6 20.3 253.1) |
| OKLCH | oklch(0.485 0.063 239.4) |
Copy-ready code
/* CSS */
color: #3c647f;
background-color: #3c647f;
/* Tailwind (arbitrary) */
class="text-[#3c647f] bg-[#3c647f]"
/* SCSS */
$brand: #3c647f;
/* SwiftUI */
Color(red: 0.235, green: 0.392, blue: 0.498)
/* Android */
Color.parseColor("#3c647f")Accessibility — WCAG contrast
Aa
#3c647f on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c647f on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green39.2%
Blue49.8%
CMYK percentages
Cyan52.8%
Magenta21.3%
Yellow0.0%
Key (black)50.2%
Color previews
#3c647f text on a black background
contrast 3.32:1
Card sample
#3c647f text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c647f;
Background color
Panel with #3c647f background
background-color: #3c647f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c647f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 100, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 100, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c647f; background: linear-gradient(135deg, #3c647f, #413C7F);