Steel Blue
#5D91BB
BlueColor Codes
All color formats for development
HEX
#5D91BBRGB
rgb(93, 145, 187)HSL
hsl(207, 41%, 55%)OKLCH
oklch(0.637 0.084 244)CMYK
cmyk(50%, 22%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A83B2
2#42759E
3#3A668A
4#325877
5#294963
6#213A4F
7#192C3B
8#111D28
9#080F14
Tints
Lighter variations
1#6D9CC2
2#7EA7C9
3#8EB2D0
4#9EBDD6
5#AEC8DD
6#BED3E4
7#CEDEEB
8#DFE9F1
9#EFF4F8
Tones
Muted variations
1#6290B7
2#6790B2
3#6B90AD
4#708FA8
5#758FA4
6#798E9F
7#7E8E9A
8#838D96
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 | D0DF #D0DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC7 #ACC7DC | BordersInactive statesPlaceholder text |
| 400 | 81A9 #81A9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D91 #5D91BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4275 #42759E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355D #355D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2642 #26425A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | 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: #D0DFEB;
--steel-blue-300: #ACC7DC;
--steel-blue-400: #81A9CA;
--steel-blue-500: #5D91BB;
--steel-blue-600: #42759E;
--steel-blue-700: #355D7E;
--steel-blue-800: #26425A;
--steel-blue-900: #182A3A;
--steel-blue-950: #0F1B24;
}