Steel Blue
#5BA2BE
BlueColor Codes
All color formats for development
HEX
#5BA2BERGB
rgb(91, 162, 190)HSL
hsl(197, 43%, 55%)OKLCH
oklch(0.677 0.082 225.7)CMYK
cmyk(52%, 15%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4896B5
2#4085A0
3#38748C
4#306478
5#285364
6#204350
7#18323C
8#102128
9#081114
Tints
Lighter variations
1#6BABC4
2#7CB4CB
3#8CBED1
4#9DC7D8
5#ADD0DE
6#BDDAE5
7#CEE3EB
8#DEECF2
9#EFF6F8
Tones
Muted variations
1#609FB9
2#659DB4
3#6A9BAF
4#6F99AA
5#7497A5
6#7995A0
7#7D939B
8#829196
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCF #ABCFDE | BordersInactive statesPlaceholder text |
| 400 | 7FB6 #7FB6CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA2 #5BA2BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4085 #4085A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336A #336A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244C #244C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1730 #17303A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #D0E4EC;
--steel-blue-300: #ABCFDE;
--steel-blue-400: #7FB6CC;
--steel-blue-500: #5BA2BE;
--steel-blue-600: #4085A0;
--steel-blue-700: #336A80;
--steel-blue-800: #244C5B;
--steel-blue-900: #17303A;
--steel-blue-950: #0F1E24;
}