Steel Blue
#2773B9
BlueColor Codes
All color formats for development
HEX
#2773B9RGB
rgb(39, 115, 185)HSL
hsl(209, 65%, 44%)OKLCH
oklch(0.545 0.132 250.2)CMYK
cmyk(79%, 38%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2367A7
2#1F5C94
3#1B5082
4#18456F
5#14395D
6#102E4A
7#0C2238
8#081725
9#040B13
Tints
Lighter variations
1#2C81D1
2#438FD7
3#5A9DDC
4#72ABE1
5#89B9E6
6#A1C7EB
7#B8D5F0
8#D0E3F5
9#E7F1FA
Tones
Muted variations
1#2F72B2
2#3672AB
3#3D72A3
4#44729C
5#4C7195
6#53718D
7#5A7186
8#62717F
9#697077
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 | C8DF #C8DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC6 #9EC6EA | BordersInactive statesPlaceholder text |
| 400 | 6CA8 #6CA8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 428F #428FD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2773 #2773B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5B #1F5B93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #164169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A43 | 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: #E2EEF9;
--steel-blue-200: #C8DFF3;
--steel-blue-300: #9EC6EA;
--steel-blue-400: #6CA8E0;
--steel-blue-500: #428FD7;
--steel-blue-600: #2773B9;
--steel-blue-700: #1F5B93;
--steel-blue-800: #164169;
--steel-blue-900: #0E2A43;
--steel-blue-950: #091A2A;
}