#3e7cba
a balanced, vivid blue · cool · closest name: steelblue
RGB
62, 124, 186
HSL
210°, 50%, 49%
CMYK
67, 33, 0, 27
Luminance
0.1898
Every format
| HEX | #3e7cba |
| RGB | rgb(62, 124, 186) |
| HSL | hsl(210, 50%, 49%) |
| CMYK | cmyk(67%, 33%, 0%, 27%) |
| LAB | lab(50.7 0.1 -38.5) |
| LCH | lch(50.7 38.5 270.1) |
| OKLCH | oklch(0.574 0.116 250.5) |
Copy-ready code
/* CSS */
color: #3e7cba;
background-color: #3e7cba;
/* Tailwind (arbitrary) */
class="text-[#3e7cba] bg-[#3e7cba]"
/* SCSS */
$brand: #3e7cba;
/* SwiftUI */
Color(red: 0.243, green: 0.486, blue: 0.729)
/* Android */
Color.parseColor("#3e7cba")Accessibility — WCAG contrast
Aa
#3e7cba on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3e7cba on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green48.6%
Blue72.9%
CMYK percentages
Cyan66.7%
Magenta33.3%
Yellow0.0%
Key (black)27.1%
Color previews
#3e7cba text on a black background
contrast 4.80:1
Card sample
#3e7cba text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e7cba;
Background color
Panel with #3e7cba background
background-color: #3e7cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e7cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 124, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 124, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e7cba; background: linear-gradient(135deg, #3e7cba, #533EBA);