Steel Blue
#5F89B9
BlueColor Codes
All color formats for development
HEX
#5F89B9RGB
rgb(95, 137, 185)HSL
hsl(212, 39%, 55%)OKLCH
oklch(0.619 0.087 252.5)CMYK
cmyk(49%, 26%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D7BAF
2#446D9C
3#3C6088
4#335275
5#2B4461
6#22374E
7#1A293A
8#111B27
9#090E13
Tints
Lighter variations
1#6F95C0
2#7FA1C7
3#8FADCE
4#9FB8D5
5#AFC4DC
6#BFD0E3
7#CFDCEA
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#648AB5
2#688AB0
3#6D8AAC
4#718AA7
5#768BA3
6#7A8B9E
7#7F8B9A
8#838C95
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 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC3 #ADC3DB | BordersInactive statesPlaceholder text |
| 400 | 83A3 #83A3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F89 #5F89B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446D #446D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3657 #36577C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273E #273E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1928 #192839 | 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: #E6EDF4;
--steel-blue-200: #D1DDEB;
--steel-blue-300: #ADC3DB;
--steel-blue-400: #83A3C9;
--steel-blue-500: #5F89B9;
--steel-blue-600: #446D9C;
--steel-blue-700: #36577C;
--steel-blue-800: #273E59;
--steel-blue-900: #192839;
--steel-blue-950: #101923;
}