Steel Blue
#5D94BB
BlueColor Codes
All color formats for development
HEX
#5D94BBRGB
rgb(93, 148, 187)HSL
hsl(205, 41%, 55%)OKLCH
oklch(0.644 0.083 240.6)CMYK
cmyk(50%, 21%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A87B2
2#42789E
3#3A698A
4#325A77
5#294B63
6#213C4F
7#192D3B
8#111E28
9#080F14
Tints
Lighter variations
1#6D9FC2
2#7EA9C9
3#8EB4D0
4#9EBFD6
5#AECADD
6#BED4E4
7#CEDFEB
8#DFEAF1
9#EFF4F8
Tones
Muted variations
1#6293B7
2#6793B2
3#6B92AD
4#7091A8
5#7590A4
6#798F9F
7#7E8F9A
8#838E96
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC8 #ACC8DC | BordersInactive statesPlaceholder text |
| 400 | 81AC #81ACCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D94 #5D94BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4278 #42789E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355F #355F7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2644 #26445A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D0E0EB;
--steel-blue-300: #ACC8DC;
--steel-blue-400: #81ACCA;
--steel-blue-500: #5D94BB;
--steel-blue-600: #42789E;
--steel-blue-700: #355F7E;
--steel-blue-800: #26445A;
--steel-blue-900: #182C3A;
--steel-blue-950: #0F1B24;
}