Steel Blue
#43609D
BlueColor Codes
All color formats for development
HEX
#43609DRGB
rgb(67, 96, 157)HSL
hsl(221, 40%, 44%)OKLCH
oklch(0.496 0.104 263.8)CMYK
cmyk(57%, 39%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D568D
2#364D7E
3#2F436E
4#28395E
5#22304F
6#1B263F
7#141D2F
8#0D131F
9#070A10
Tints
Lighter variations
1#4C6CB1
2#5F7CBA
3#738CC3
4#879DCC
5#9BADD4
6#AFBEDD
7#C3CEE5
8#D7DEEE
9#EBEFF6
Tones
Muted variations
1#486199
2#4C6394
3#516590
4#55668B
5#5A6887
6#5E6A82
7#636B7E
8#676D79
9#6C6F75
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;
}