Steel Blue
#2678BA
BlueColor Codes
All color formats for development
HEX
#2678BARGB
rgb(38, 120, 186)HSL
hsl(207, 66%, 44%)OKLCH
oklch(0.557 0.128 247.4)CMYK
cmyk(80%, 35%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#226CA8
2#1F6095
3#1B5482
4#174870
5#133C5D
6#0F304B
7#0B2438
8#081825
9#040C13
Tints
Lighter variations
1#2B87D2
2#4194D8
3#59A2DD
4#71AFE2
5#88BCE7
6#A0CAEC
7#B8D7F0
8#D0E4F5
9#E7F2FA
Tones
Muted variations
1#2E77B3
2#3576AB
3#3C75A4
4#44759D
5#4B7495
6#53738E
7#5A7286
8#61727F
9#697178
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E0 #C8E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EB | BordersInactive statesPlaceholder text |
| 400 | 6BAC #6BACE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4194 #4194D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2678 #2678BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5F #1E5F94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #16446A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B44 | 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: #E1EEF9;
--steel-blue-200: #C8E0F4;
--steel-blue-300: #9EC8EB;
--steel-blue-400: #6BACE1;
--steel-blue-500: #4194D8;
--steel-blue-600: #2678BA;
--steel-blue-700: #1E5F94;
--steel-blue-800: #16446A;
--steel-blue-900: #0E2B44;
--steel-blue-950: #091B2A;
}