Steel Blue
#5E7BBA
BlueColor Codes
All color formats for development
HEX
#5E7BBARGB
rgb(94, 123, 186)HSL
hsl(221, 40%, 55%)OKLCH
oklch(0.588 0.103 264.6)CMYK
cmyk(49%, 34%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C6CB1
2#43609D
3#3B5489
4#324876
5#2A3C62
6#22304F
7#19243B
8#111827
9#080C14
Tints
Lighter variations
1#6E89C1
2#7E96C8
3#8FA3CF
4#9FB0D6
5#AFBDDD
6#BFCAE3
7#CFD8EA
8#DFE5F1
9#EFF2F8
Tones
Muted variations
1#637DB6
2#687FB1
3#6C80AC
4#7182A8
5#7584A3
6#7A869F
7#7E879A
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 #ADBCDC | BordersInactive statesPlaceholder text |
| 400 | 8299 #8299C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7B #5E7BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4360 #43609D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364C #364C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #263659 | 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: #ADBCDC;
--steel-blue-400: #8299C9;
--steel-blue-500: #5E7BBA;
--steel-blue-600: #43609D;
--steel-blue-700: #364C7D;
--steel-blue-800: #263659;
--steel-blue-900: #182339;
--steel-blue-950: #0F1624;
}