Steel Blue
#2877B8
BlueColor Codes
All color formats for development
HEX
#2877B8RGB
rgb(40, 119, 184)HSL
hsl(207, 64%, 44%)OKLCH
oklch(0.554 0.126 247.7)CMYK
cmyk(78%, 35%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#246BA6
2#206093
3#1C5481
4#18486E
5#143C5C
6#10304A
7#0C2437
8#081825
9#040C12
Tints
Lighter variations
1#2E87CF
2#4494D6
3#5BA1DB
4#72AFE0
5#8ABCE5
6#A1CAEA
7#B9D7F0
8#D0E4F5
9#E8F2FA
Tones
Muted variations
1#3077B1
2#3776AA
3#3E75A2
4#45759B
5#4C7494
6#53738D
7#5B7286
8#62727F
9#697177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E0 #C9E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC8 #9FC8EA | BordersInactive statesPlaceholder text |
| 400 | 6DAB #6DABDF | Disabled statesSecondary iconsMuted text |
| 500 | 4394 #4394D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2877 #2877B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 205F #205F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1744 #174469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E2EEF9;
--steel-blue-200: #C9E0F3;
--steel-blue-300: #9FC8EA;
--steel-blue-400: #6DABDF;
--steel-blue-500: #4394D6;
--steel-blue-600: #2877B8;
--steel-blue-700: #205F92;
--steel-blue-800: #174469;
--steel-blue-900: #0F2B43;
--steel-blue-950: #091B2A;
}