Steel Blue
#5F8EB9
BlueColor Codes
All color formats for development
HEX
#5F8EB9RGB
rgb(95, 142, 185)HSL
hsl(209, 39%, 55%)OKLCH
oklch(0.63 0.083 247.1)CMYK
cmyk(49%, 23%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D80AF
2#44729C
3#3C6388
4#335575
5#2B4761
6#22394E
7#1A2B3A
8#111C27
9#090E13
Tints
Lighter variations
1#6F99C0
2#7FA4C7
3#8FB0CE
4#9FBBD5
5#AFC6DC
6#BFD2E3
7#CFDDEA
8#DFE8F1
9#EFF4F8
Tones
Muted variations
1#648EB5
2#688DB0
3#6D8DAC
4#718DA7
5#768DA3
6#7A8D9E
7#7F8D9A
8#838D95
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC5 #ADC5DB | BordersInactive statesPlaceholder text |
| 400 | 83A7 #83A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8E #5F8EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4472 #44729C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6EDF4;
--steel-blue-200: #D1DEEB;
--steel-blue-300: #ADC5DB;
--steel-blue-400: #83A7C9;
--steel-blue-500: #5F8EB9;
--steel-blue-600: #44729C;
--steel-blue-700: #365A7C;
--steel-blue-800: #274159;
--steel-blue-900: #192939;
--steel-blue-950: #101A23;
}