Steel Blue
#3B77A5
BlueColor Codes
All color formats for development
HEX
#3B77A5RGB
rgb(59, 119, 165)HSL
hsl(206, 47%, 44%)OKLCH
oklch(0.55 0.095 244)CMYK
cmyk(64%, 28%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#366B94
2#305F84
3#2A5373
4#244863
5#1E3C52
6#183042
7#122431
8#0C1821
9#060C10
Tints
Lighter variations
1#4386BA
2#5794C2
3#6CA1CA
4#81AFD2
5#96BCD9
6#ABC9E1
7#C0D7E8
8#D5E4F0
9#EAF2F7
Tones
Muted variations
1#4177A0
2#46769A
3#4B7595
4#517490
5#56748B
6#5B7385
7#607280
8#66727B
9#6B7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C8 #A9C8E0 | BordersInactive statesPlaceholder text |
| 400 | 7CAB #7CABD0 | Disabled statesSecondary iconsMuted text |
| 500 | 5693 #5693C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B77 #3B77A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F5F #2F5F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2244 #22445E | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EEF6;
--steel-blue-200: #CEE0ED;
--steel-blue-300: #A9C8E0;
--steel-blue-400: #7CABD0;
--steel-blue-500: #5693C2;
--steel-blue-600: #3B77A5;
--steel-blue-700: #2F5F83;
--steel-blue-800: #22445E;
--steel-blue-900: #162B3C;
--steel-blue-950: #0E1B25;
}