Steel Blue
#5D89BB
BlueColor Codes
All color formats for development
HEX
#5D89BBRGB
rgb(93, 137, 187)HSL
hsl(212, 41%, 55%)OKLCH
oklch(0.619 0.09 252.4)CMYK
cmyk(50%, 27%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7BB2
2#426D9E
3#3A5F8A
4#325277
5#294463
6#21374F
7#19293B
8#111B28
9#080E14
Tints
Lighter variations
1#6D95C2
2#7EA1C9
3#8EACD0
4#9EB8D6
5#AEC4DD
6#BED0E4
7#CEDCEB
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#6289B7
2#678AB2
3#6B8AAD
4#708AA8
5#758BA4
6#798B9F
7#7E8B9A
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 | ACC3 #ACC3DC | BordersInactive statesPlaceholder text |
| 400 | 81A3 #81A3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D89 #5D89BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426D #426D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3557 #35577E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263E #263E5A | 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: #ACC3DC;
--steel-blue-400: #81A3CA;
--steel-blue-500: #5D89BB;
--steel-blue-600: #426D9E;
--steel-blue-700: #35577E;
--steel-blue-800: #263E5A;
--steel-blue-900: #18283A;
--steel-blue-950: #0F1924;
}