#3c4777
a dark, soft blue · warm · closest name: steelblue
RGB
60, 71, 119
HSL
229°, 33%, 35%
CMYK
50, 40, 0, 53
Luminance
0.0680
Every format
| HEX | #3c4777 |
| RGB | rgb(60, 71, 119) |
| HSL | hsl(229, 33%, 35%) |
| CMYK | cmyk(50%, 40%, 0%, 53%) |
| LAB | lab(31.3 9.9 -28.9) |
| LCH | lch(31.3 30.5 288.9) |
| OKLCH | oklch(0.412 0.082 272.6) |
Copy-ready code
/* CSS */
color: #3c4777;
background-color: #3c4777;
/* Tailwind (arbitrary) */
class="text-[#3c4777] bg-[#3c4777]"
/* SCSS */
$brand: #3c4777;
/* SwiftUI */
Color(red: 0.235, green: 0.278, blue: 0.467)
/* Android */
Color.parseColor("#3c4777")Accessibility — WCAG contrast
Aa
#3c4777 on white: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c4777 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green27.8%
Blue46.7%
CMYK percentages
Cyan49.6%
Magenta40.3%
Yellow0.0%
Key (black)53.3%
Color previews
#3c4777 text on a black background
contrast 2.36:1
Card sample
#3c4777 text on a white background
contrast 8.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c4777;
Background color
Panel with #3c4777 background
background-color: #3c4777;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c4777;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 71, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 71, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c4777; background: linear-gradient(135deg, #3c4777, #583C77);