Steel Blue
#5BA5BE
BlueColor Codes
All color formats for development
HEX
#5BA5BERGB
rgb(91, 165, 190)HSL
hsl(195, 43%, 55%)OKLCH
oklch(0.684 0.082 222.1)CMYK
cmyk(52%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4899B5
2#4088A0
3#38778C
4#306678
5#285564
6#204450
7#18333C
8#102228
9#081114
Tints
Lighter variations
1#6BAEC4
2#7CB7CB
3#8CC0D1
4#9DC9D8
5#ADD2DE
6#BDDBE5
7#CEE4EB
8#DEEDF2
9#EFF6F8
Tones
Muted variations
1#60A2B9
2#65A0B4
3#6A9EAF
4#6F9BAA
5#7499A5
6#7996A0
7#7D949B
8#829196
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD1 #ABD1DE | BordersInactive statesPlaceholder text |
| 400 | 7FB9 #7FB9CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA5 #5BA5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4088 #4088A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336C #336C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244D #244D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F5;
--steel-blue-200: #D0E5EC;
--steel-blue-300: #ABD1DE;
--steel-blue-400: #7FB9CC;
--steel-blue-500: #5BA5BE;
--steel-blue-600: #4088A0;
--steel-blue-700: #336C80;
--steel-blue-800: #244D5B;
--steel-blue-900: #17323A;
--steel-blue-950: #0F1F24;
}