Steel Blue
#2675BA
BlueColor Codes
All color formats for development
HEX
#2675BARGB
rgb(38, 117, 186)HSL
hsl(208, 66%, 44%)OKLCH
oklch(0.55 0.131 249.2)CMYK
cmyk(80%, 37%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2269A8
2#1F5E95
3#1B5282
4#174670
5#133B5D
6#0F2F4B
7#0B2338
8#081725
9#040C13
Tints
Lighter variations
1#2B84D2
2#4192D8
3#599FDD
4#71ADE2
5#88BBE7
6#A0C8EC
7#B8D6F0
8#D0E4F5
9#E7F1FA
Tones
Muted variations
1#2E75B3
2#3574AB
3#3C74A4
4#44739D
5#4B7395
6#53728E
7#5A7286
8#61717F
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 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC7 #9EC7EB | BordersInactive statesPlaceholder text |
| 400 | 6BAA #6BAAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4191 #4191D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2675 #2675BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5D #1E5D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1643 #16436A | 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: #C8DFF4;
--steel-blue-300: #9EC7EB;
--steel-blue-400: #6BAAE1;
--steel-blue-500: #4191D8;
--steel-blue-600: #2675BA;
--steel-blue-700: #1E5D94;
--steel-blue-800: #16436A;
--steel-blue-900: #0E2B44;
--steel-blue-950: #091B2A;
}