Steel Blue
#5F6BB9
BlueColor Codes
All color formats for development
HEX
#5F6BB9RGB
rgb(95, 107, 185)HSL
hsl(232, 39%, 55%)OKLCH
oklch(0.554 0.121 275.1)CMYK
cmyk(49%, 42%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5AAF
2#44509C
3#3C4688
4#333C75
5#2B3261
6#22284E
7#1A1E3A
8#111427
9#090A13
Tints
Lighter variations
1#6F7AC0
2#7F89C7
3#8F98CE
4#9FA6D5
5#AFB5DC
6#BFC4E3
7#CFD3EA
8#DFE1F1
9#EFF0F8
Tones
Muted variations
1#646FB5
2#6872B0
3#6D75AC
4#7179A7
5#767CA3
6#7A7F9E
7#7F829A
8#838695
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838C #838CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6B #5F6BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4450 #44509C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E8F4;
--steel-blue-200: #D1D4EB;
--steel-blue-300: #ADB4DB;
--steel-blue-400: #838CC9;
--steel-blue-500: #5F6BB9;
--steel-blue-600: #44509C;
--steel-blue-700: #36407C;
--steel-blue-800: #272E59;
--steel-blue-900: #191D39;
--steel-blue-950: #101223;
}