#3376ba
a balanced, vivid blue · cool · closest name: steelblue
RGB
51, 118, 186
HSL
210°, 57%, 47%
CMYK
73, 37, 0, 27
Luminance
0.1721
Every format
| HEX | #3376ba |
| RGB | rgb(51, 118, 186) |
| HSL | hsl(210, 57%, 47%) |
| CMYK | cmyk(73%, 37%, 0%, 27%) |
| LAB | lab(48.5 2.0 -41.9) |
| LCH | lch(48.5 42.0 272.7) |
| OKLCH | oklch(0.556 0.126 251.4) |
Copy-ready code
/* CSS */
color: #3376ba;
background-color: #3376ba;
/* Tailwind (arbitrary) */
class="text-[#3376ba] bg-[#3376ba]"
/* SCSS */
$brand: #3376ba;
/* SwiftUI */
Color(red: 0.200, green: 0.463, blue: 0.729)
/* Android */
Color.parseColor("#3376ba")Accessibility — WCAG contrast
Aa
#3376ba on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3376ba on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.3%
Blue72.9%
CMYK percentages
Cyan72.6%
Magenta36.6%
Yellow0.0%
Key (black)27.1%
Color previews
#3376ba text on a black background
contrast 4.44:1
Card sample
#3376ba text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3376ba;
Background color
Panel with #3376ba background
background-color: #3376ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3376ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 118, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 118, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3376ba; background: linear-gradient(135deg, #3376ba, #4A33BA);