Steel Blue
#5AA0BF
BlueColor Codes
All color formats for development
HEX
#5AA0BFRGB
rgb(90, 160, 191)HSL
hsl(198, 44%, 55%)OKLCH
oklch(0.672 0.084 228.6)CMYK
cmyk(53%, 16%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4794B6
2#3F84A2
3#37738D
4#2F6379
5#275265
6#1F4251
7#18313D
8#102128
9#081014
Tints
Lighter variations
1#6AAAC5
2#7BB3CC
3#8BBDD2
4#9CC6D8
5#ACD0DF
6#BDD9E5
7#CDE3EC
8#DEECF2
9#EEF6F9
Tones
Muted variations
1#5F9EBA
2#649CB5
3#699AB0
4#6E98AB
5#7396A5
6#7894A0
7#7D929B
8#829096
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 | CFE4 #CFE4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCF #ABCFDE | BordersInactive statesPlaceholder text |
| 400 | 7EB5 #7EB5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA0 #5AA0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F84 #3F84A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3269 #326981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244B #244B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1730 #17303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | 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: #CFE4EC;
--steel-blue-300: #ABCFDE;
--steel-blue-400: #7EB5CD;
--steel-blue-500: #5AA0BF;
--steel-blue-600: #3F84A2;
--steel-blue-700: #326981;
--steel-blue-800: #244B5C;
--steel-blue-900: #17303B;
--steel-blue-950: #0E1E25;
}