Steel Blue
#5E7DBA
BlueColor Codes
All color formats for development
HEX
#5E7DBARGB
rgb(94, 125, 186)HSL
hsl(220, 40%, 55%)OKLCH
oklch(0.592 0.101 263.1)CMYK
cmyk(49%, 33%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C6DB1
2#43619D
3#3B5589
4#324976
5#2A3D62
6#22314F
7#19243B
8#111827
9#080C14
Tints
Lighter variations
1#6E8AC1
2#7E97C8
3#8FA4CF
4#9FB1D6
5#AFBEDD
6#BFCBE3
7#CFD8EA
8#DFE5F1
9#EFF2F8
Tones
Muted variations
1#637EB6
2#6880B1
3#6C82AC
4#7183A8
5#7585A3
6#7A869F
7#7E889A
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 | ADBD #ADBDDC | BordersInactive statesPlaceholder text |
| 400 | 829A #829AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7D #5E7DBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4361 #43619D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364D #364D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #263759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #182339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | 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: #ADBDDC;
--steel-blue-400: #829AC9;
--steel-blue-500: #5E7DBA;
--steel-blue-600: #43619D;
--steel-blue-700: #364D7D;
--steel-blue-800: #263759;
--steel-blue-900: #182339;
--steel-blue-950: #0F1624;
}