#3c7eb8
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 126, 184
HSL
208°, 51%, 48%
CMYK
67, 32, 0, 28
Luminance
0.1934
Every format
| HEX | #3c7eb8 |
| RGB | rgb(60, 126, 184) |
| HSL | hsl(208, 51%, 48%) |
| CMYK | cmyk(67%, 32%, 0%, 28%) |
| LAB | lab(51.1 -2.2 -36.7) |
| LCH | lch(51.1 36.7 266.6) |
| OKLCH | oklch(0.577 0.112 247.7) |
Copy-ready code
/* CSS */
color: #3c7eb8;
background-color: #3c7eb8;
/* Tailwind (arbitrary) */
class="text-[#3c7eb8] bg-[#3c7eb8]"
/* SCSS */
$brand: #3c7eb8;
/* SwiftUI */
Color(red: 0.235, green: 0.494, blue: 0.722)
/* Android */
Color.parseColor("#3c7eb8")Accessibility — WCAG contrast
Aa
#3c7eb8 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c7eb8 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green49.4%
Blue72.2%
CMYK percentages
Cyan67.4%
Magenta31.5%
Yellow0.0%
Key (black)27.8%
Color previews
#3c7eb8 text on a black background
contrast 4.87:1
Card sample
#3c7eb8 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c7eb8;
Background color
Panel with #3c7eb8 background
background-color: #3c7eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c7eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 126, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 126, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c7eb8; background: linear-gradient(135deg, #3c7eb8, #4D3CB8);