Steel Blue
#5BA7BE
CyanColor Codes
All color formats for development
HEX
#5BA7BERGB
rgb(91, 167, 190)HSL
hsl(194, 43%, 55%)OKLCH
oklch(0.688 0.082 219.8)CMYK
cmyk(52%, 12%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#489BB5
2#408AA0
3#38798C
4#306778
5#285664
6#204550
7#18343C
8#102228
9#081114
Tints
Lighter variations
1#6BAFC4
2#7CB8CB
3#8CC1D1
4#9DCAD8
5#ADD3DE
6#BDDCE5
7#CEE4EB
8#DEEDF2
9#EFF6F8
Tones
Muted variations
1#60A4B9
2#65A1B4
3#6A9FAF
4#6F9CAA
5#7499A5
6#7997A0
7#7D949B
8#829296
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 | ABD2 #ABD2DE | BordersInactive statesPlaceholder text |
| 400 | 7FBA #7FBACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA7 #5BA7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408A #408AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336E #336E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244E #244E5B | 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: #ABD2DE;
--steel-blue-400: #7FBACC;
--steel-blue-500: #5BA7BE;
--steel-blue-600: #408AA0;
--steel-blue-700: #336E80;
--steel-blue-800: #244E5B;
--steel-blue-900: #17323A;
--steel-blue-950: #0F1F24;
}