Steel Blue
#5F88B9
BlueColor Codes
All color formats for development
HEX
#5F88B9RGB
rgb(95, 136, 185)HSL
hsl(213, 39%, 55%)OKLCH
oklch(0.617 0.088 253.5)CMYK
cmyk(49%, 26%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D79AF
2#446C9C
3#3C5E88
4#335175
5#2B4361
6#22364E
7#1A283A
8#111B27
9#090D13
Tints
Lighter variations
1#6F94C0
2#7FA0C7
3#8FACCE
4#9FB7D5
5#AFC3DC
6#BFCFE3
7#CFDBEA
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#6488B5
2#6889B0
3#6D89AC
4#718AA7
5#768AA3
6#7A8A9E
7#7F8B9A
8#838B95
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC2 #ADC2DB | BordersInactive statesPlaceholder text |
| 400 | 83A2 #83A2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F88 #5F88B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446C #446C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3656 #36567C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273D #273D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D1DDEB;
--steel-blue-300: #ADC2DB;
--steel-blue-400: #83A2C9;
--steel-blue-500: #5F88B9;
--steel-blue-600: #446C9C;
--steel-blue-700: #36567C;
--steel-blue-800: #273D59;
--steel-blue-900: #192739;
--steel-blue-950: #101923;
}