Steel Blue
#5D8BBB
BlueColor Codes
All color formats for development
HEX
#5D8BBBRGB
rgb(93, 139, 187)HSL
hsl(211, 41%, 55%)OKLCH
oklch(0.623 0.089 250.4)CMYK
cmyk(50%, 26%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7CB2
2#426F9E
3#3A618A
4#325377
5#294563
6#21374F
7#19293B
8#111C28
9#080E14
Tints
Lighter variations
1#6D96C2
2#7EA2C9
3#8EAED0
4#9EB9D6
5#AEC5DD
6#BED0E4
7#CEDCEB
8#DFE8F1
9#EFF3F8
Tones
Muted variations
1#628BB7
2#678BB2
3#6B8BAD
4#708BA8
5#758BA4
6#798C9F
7#7E8C9A
8#838C96
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 | D0DD #D0DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DC | BordersInactive statesPlaceholder text |
| 400 | 81A5 #81A5CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8B #5D8BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426F #426F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3558 #35587E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263F #263F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #18283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | 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: #D0DDEB;
--steel-blue-300: #ACC4DC;
--steel-blue-400: #81A5CA;
--steel-blue-500: #5D8BBB;
--steel-blue-600: #426F9E;
--steel-blue-700: #35587E;
--steel-blue-800: #263F5A;
--steel-blue-900: #18283A;
--steel-blue-950: #0F1924;
}