Steel Blue
#5F79B9
BlueColor Codes
All color formats for development
HEX
#5F79B9RGB
rgb(95, 121, 185)HSL
hsl(223, 39%, 55%)OKLCH
oklch(0.584 0.103 266.4)CMYK
cmyk(49%, 35%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D69AF
2#445D9C
3#3C5288
4#334675
5#2B3A61
6#222F4E
7#1A233A
8#111727
9#090C13
Tints
Lighter variations
1#6F86C0
2#7F94C7
3#8FA1CE
4#9FAFD5
5#AFBCDC
6#BFC9E3
7#CFD7EA
8#DFE4F1
9#EFF2F8
Tones
Muted variations
1#647BB5
2#687DB0
3#6D7FAC
4#7181A7
5#7683A3
6#7A849E
7#7F869A
8#838895
9#888A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBA #ADBADB | BordersInactive statesPlaceholder text |
| 400 | 8397 #8397C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F79 #5F79B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445D #445D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364A #364A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2735 #273559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EAF4;
--steel-blue-200: #D1D8EB;
--steel-blue-300: #ADBADB;
--steel-blue-400: #8397C9;
--steel-blue-500: #5F79B9;
--steel-blue-600: #445D9C;
--steel-blue-700: #364A7C;
--steel-blue-800: #273559;
--steel-blue-900: #192239;
--steel-blue-950: #101523;
}