Steel Blue
#2892B8
BlueColor Codes
All color formats for development
HEX
#2892B8RGB
rgb(40, 146, 184)HSL
hsl(196, 64%, 44%)OKLCH
oklch(0.619 0.108 227.2)CMYK
cmyk(78%, 21%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2483A6
2#207593
3#1C6681
4#18576E
5#14495C
6#103A4A
7#0C2C37
8#081D25
9#040F12
Tints
Lighter variations
1#2EA4CF
2#44AFD6
3#5BB9DB
4#72C3E0
5#8ACDE5
6#A1D7EA
7#B9E1F0
8#D0EBF5
9#E8F5FA
Tones
Muted variations
1#308EB1
2#378BAA
3#3E88A2
4#45849B
5#4C8194
6#537E8D
7#5B7A86
8#62777F
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD6 #9FD6EA | BordersInactive statesPlaceholder text |
| 400 | 6DC0 #6DC0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43AF #43AFD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2892 #2892B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2074 #207492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1753 #175369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F35 #0F3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E2F2F9;
--steel-blue-200: #C9E8F3;
--steel-blue-300: #9FD6EA;
--steel-blue-400: #6DC0DF;
--steel-blue-500: #43AFD6;
--steel-blue-600: #2892B8;
--steel-blue-700: #207492;
--steel-blue-800: #175369;
--steel-blue-900: #0F3543;
--steel-blue-950: #09212A;
}