Steel Blue
#5F97B9
BlueColor Codes
All color formats for development
HEX
#5F97B9RGB
rgb(95, 151, 185)HSL
hsl(203, 39%, 55%)OKLCH
oklch(0.651 0.078 236.4)CMYK
cmyk(49%, 18%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D8AAF
2#447A9C
3#3C6B88
4#335C75
5#2B4D61
6#223D4E
7#1A2E3A
8#111F27
9#090F13
Tints
Lighter variations
1#6FA1C0
2#7FACC7
3#8FB6CE
4#9FC0D5
5#AFCBDC
6#BFD5E3
7#CFE0EA
8#DFEAF1
9#EFF5F8
Tones
Muted variations
1#6496B5
2#6895B0
3#6D94AC
4#7193A7
5#7691A3
6#7A909E
7#7F8F9A
8#838E95
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCA #ADCADB | BordersInactive statesPlaceholder text |
| 400 | 83AE #83AEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F97 #5F97B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447A #447A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3661 #36617C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2746 #274659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192D #192D39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EFF4;
--steel-blue-200: #D1E1EB;
--steel-blue-300: #ADCADB;
--steel-blue-400: #83AEC9;
--steel-blue-500: #5F97B9;
--steel-blue-600: #447A9C;
--steel-blue-700: #36617C;
--steel-blue-800: #274659;
--steel-blue-900: #192D39;
--steel-blue-950: #101C23;
}