Steel Blue
#5D88BB
BlueColor Codes
All color formats for development
HEX
#5D88BBRGB
rgb(93, 136, 187)HSL
hsl(213, 41%, 55%)OKLCH
oklch(0.617 0.091 253.4)CMYK
cmyk(50%, 27%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A79B2
2#426C9E
3#3A5E8A
4#325177
5#294363
6#21364F
7#19283B
8#111B28
9#080D14
Tints
Lighter variations
1#6D93C2
2#7E9FC9
3#8EABD0
4#9EB7D6
5#AEC3DD
6#BECFE4
7#CEDBEB
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#6288B7
2#6788B2
3#6B89AD
4#7089A8
5#758AA4
6#798A9F
7#7E8B9A
8#838B96
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 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC2 #ACC2DC | BordersInactive statesPlaceholder text |
| 400 | 81A2 #81A2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D88 #5D88BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426C #426C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3556 #35567E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | 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: #D0DCEB;
--steel-blue-300: #ACC2DC;
--steel-blue-400: #81A2CA;
--steel-blue-500: #5D88BB;
--steel-blue-600: #426C9E;
--steel-blue-700: #35567E;
--steel-blue-800: #263D5A;
--steel-blue-900: #18273A;
--steel-blue-950: #0F1824;
}