Steel Blue
#5C8FBC
BlueColor Codes
All color formats for development
HEX
#5C8FBCRGB
rgb(92, 143, 188)HSL
hsl(208, 42%, 55%)OKLCH
oklch(0.632 0.087 246.3)CMYK
cmyk(51%, 24%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4982B3
2#41739F
3#39658B
4#315777
5#294864
6#213A50
7#182B3C
8#101D28
9#080E14
Tints
Lighter variations
1#6C9BC3
2#7DA6CA
3#8DB1D0
4#9DBCD7
5#AEC7DE
6#BED2E4
7#CEDEEB
8#DEE9F2
9#EFF4F8
Tones
Muted variations
1#618FB8
2#668FB3
3#6B8EAE
4#6F8EA9
5#748EA4
6#798EA0
7#7E8D9B
8#838D96
9#878D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC6 #ACC6DD | BordersInactive statesPlaceholder text |
| 400 | 80A8 #80A8CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8F #5C8FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4173 #41739F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 345C #345C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2542 #25425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E6EEF5;
--steel-blue-200: #D0DFEC;
--steel-blue-300: #ACC6DD;
--steel-blue-400: #80A8CB;
--steel-blue-500: #5C8FBC;
--steel-blue-600: #41739F;
--steel-blue-700: #345C7F;
--steel-blue-800: #25425B;
--steel-blue-900: #182A3A;
--steel-blue-950: #0F1A24;
}