#3077be
a balanced, vivid blue · cool · closest name: steelblue
RGB
48, 119, 190
HSL
210°, 60%, 47%
CMYK
75, 37, 0, 26
Luminance
0.1754
Every format
| HEX | #3077be |
| RGB | rgb(48, 119, 190) |
| HSL | hsl(210, 60%, 47%) |
| CMYK | cmyk(75%, 37%, 0%, 26%) |
| LAB | lab(48.9 2.4 -43.6) |
| LCH | lch(48.9 43.6 273.2) |
| OKLCH | oklch(0.560 0.131 251.4) |
Copy-ready code
/* CSS */
color: #3077be;
background-color: #3077be;
/* Tailwind (arbitrary) */
class="text-[#3077be] bg-[#3077be]"
/* SCSS */
$brand: #3077be;
/* SwiftUI */
Color(red: 0.188, green: 0.467, blue: 0.745)
/* Android */
Color.parseColor("#3077be")Accessibility — WCAG contrast
Aa
#3077be on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3077be on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green46.7%
Blue74.5%
CMYK percentages
Cyan74.7%
Magenta37.4%
Yellow0.0%
Key (black)25.5%
Color previews
#3077be text on a black background
contrast 4.51:1
Card sample
#3077be text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3077be;
Background color
Panel with #3077be background
background-color: #3077be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3077be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 119, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 119, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3077be; background: linear-gradient(135deg, #3077be, #4830BE);