Steel Blue
#5F7CB9
BlueColor Codes
All color formats for development
HEX
#5F7CB9RGB
rgb(95, 124, 185)HSL
hsl(221, 39%, 55%)OKLCH
oklch(0.59 0.1 264.2)CMYK
cmyk(49%, 33%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D6CAF
2#44609C
3#3C5488
4#334875
5#2B3C61
6#22304E
7#1A243A
8#111827
9#090C13
Tints
Lighter variations
1#6F89C0
2#7F96C7
3#8FA3CE
4#9FB0D5
5#AFBDDC
6#BFCBE3
7#CFD8EA
8#DFE5F1
9#EFF2F8
Tones
Muted variations
1#647DB5
2#687FB0
3#6D81AC
4#7182A7
5#7684A3
6#7A869E
7#7F879A
8#838995
9#888B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBC #ADBCDB | BordersInactive statesPlaceholder text |
| 400 | 8399 #8399C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7C #5F7CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4460 #44609C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364C #364C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2737 #273759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1923 #192339 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EBF4;
--steel-blue-200: #D1D9EB;
--steel-blue-300: #ADBCDB;
--steel-blue-400: #8399C9;
--steel-blue-500: #5F7CB9;
--steel-blue-600: #44609C;
--steel-blue-700: #364C7C;
--steel-blue-800: #273759;
--steel-blue-900: #192339;
--steel-blue-950: #101623;
}