Steel Blue
#5F7AB9
BlueColor Codes
All color formats for development
HEX
#5F7AB9RGB
rgb(95, 122, 185)HSL
hsl(222, 39%, 55%)OKLCH
oklch(0.586 0.102 265.7)CMYK
cmyk(49%, 34%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D6BAF
2#445F9C
3#3C5388
4#334775
5#2B3B61
6#222F4E
7#1A243A
8#111827
9#090C13
Tints
Lighter variations
1#6F88C0
2#7F95C7
3#8FA2CE
4#9FAFD5
5#AFBDDC
6#BFCAE3
7#CFD7EA
8#DFE4F1
9#EFF2F8
Tones
Muted variations
1#647CB5
2#687EB0
3#6D80AC
4#7182A7
5#7683A3
6#7A859E
7#7F879A
8#838995
9#888A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDB | BordersInactive statesPlaceholder text |
| 400 | 8398 #8398C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7A #5F7AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445F #445F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2736 #273659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EAF4;
--steel-blue-200: #D1D9EB;
--steel-blue-300: #ADBBDB;
--steel-blue-400: #8398C9;
--steel-blue-500: #5F7AB9;
--steel-blue-600: #445F9C;
--steel-blue-700: #364B7C;
--steel-blue-800: #273659;
--steel-blue-900: #192239;
--steel-blue-950: #101623;
}