Steel Blue
#5F8CB9
BlueColor Codes
All color formats for development
HEX
#5F8CB9RGB
rgb(95, 140, 185)HSL
hsl(210, 39%, 55%)OKLCH
oklch(0.626 0.084 249.3)CMYK
cmyk(49%, 24%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D7EAF
2#44709C
3#3C6288
4#335475
5#2B4661
6#22384E
7#1A2A3A
8#111C27
9#090E13
Tints
Lighter variations
1#6F98C0
2#7FA3C7
3#8FAFCE
4#9FBAD5
5#AFC6DC
6#BFD1E3
7#CFDDEA
8#DFE8F1
9#EFF4F8
Tones
Muted variations
1#648CB5
2#688CB0
3#6D8CAC
4#718CA7
5#768CA3
6#7A8C9E
7#7F8C9A
8#838C95
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 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A6 #83A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8C #5F8CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4470 #44709C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2740 #274059 | 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: #ADC4DB;
--steel-blue-400: #83A6C9;
--steel-blue-500: #5F8CB9;
--steel-blue-600: #44709C;
--steel-blue-700: #36597C;
--steel-blue-800: #274059;
--steel-blue-900: #192939;
--steel-blue-950: #101A23;
}