Steel Blue
#2873B8
BlueColor Codes
All color formats for development
HEX
#2873B8RGB
rgb(40, 115, 184)HSL
hsl(209, 64%, 44%)OKLCH
oklch(0.544 0.13 250.1)CMYK
cmyk(78%, 38%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2467A6
2#205C93
3#1C5081
4#18456E
5#14395C
6#102E4A
7#0C2237
8#081725
9#040B12
Tints
Lighter variations
1#2E81CF
2#448FD6
3#5B9DDB
4#72ABE0
5#8AB9E5
6#A1C7EA
7#B9D5F0
8#D0E3F5
9#E8F1FA
Tones
Muted variations
1#3072B1
2#3772AA
3#3E72A2
4#45729B
5#4C7194
6#53718D
7#5B7186
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 | C9DF #C9DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC6 #9FC6EA | BordersInactive statesPlaceholder text |
| 400 | 6DA8 #6DA8DF | Disabled statesSecondary iconsMuted text |
| 500 | 438F #438FD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2873 #2873B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 205B #205B92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1741 #174169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2A #0F2A43 | 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: #C9DFF3;
--steel-blue-300: #9FC6EA;
--steel-blue-400: #6DA8DF;
--steel-blue-500: #438FD6;
--steel-blue-600: #2873B8;
--steel-blue-700: #205B92;
--steel-blue-800: #174169;
--steel-blue-900: #0F2A43;
--steel-blue-950: #091A2A;
}