Steel Blue
#2673BA
BlueColor Codes
All color formats for development
HEX
#2673BARGB
rgb(38, 115, 186)HSL
hsl(209, 66%, 44%)OKLCH
oklch(0.545 0.133 250.3)CMYK
cmyk(80%, 38%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2267A8
2#1F5C95
3#1B5082
4#174570
5#13395D
6#0F2E4B
7#0B2238
8#081725
9#040B13
Tints
Lighter variations
1#2B81D2
2#418FD8
3#599DDD
4#71ABE2
5#88B9E7
6#A0C7EC
7#B8D5F0
8#D0E3F5
9#E7F1FA
Tones
Muted variations
1#2E72B3
2#3572AB
3#3C72A4
4#44729D
5#4B7195
6#53718E
7#5A7186
8#61717F
9#697078
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 | 9EC6 #9EC6EB | BordersInactive statesPlaceholder text |
| 400 | 6BA8 #6BA8E1 | Disabled statesSecondary iconsMuted text |
| 500 | 418F #418FD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2673 #2673BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5B #1E5B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #16416A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A44 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | 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: #9EC6EB;
--steel-blue-400: #6BA8E1;
--steel-blue-500: #418FD8;
--steel-blue-600: #2673BA;
--steel-blue-700: #1E5B94;
--steel-blue-800: #16416A;
--steel-blue-900: #0E2A44;
--steel-blue-950: #091A2A;
}