Steel Blue
#43699D
BlueColor Codes
All color formats for development
HEX
#43699DRGB
rgb(67, 105, 157)HSL
hsl(215, 40%, 44%)OKLCH
oklch(0.516 0.094 256.5)CMYK
cmyk(57%, 33%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5E8D
2#36547E
3#2F496E
4#283F5E
5#22344F
6#1B2A3F
7#141F2F
8#0D151F
9#070A10
Tints
Lighter variations
1#4C76B1
2#5F85BA
3#7394C3
4#87A4CC
5#9BB3D4
6#AFC2DD
7#C3D1E5
8#D7E1EE
9#EBF0F6
Tones
Muted variations
1#486999
2#4C6A94
3#516B90
4#556C8B
5#5A6C87
6#5E6D82
7#636E7E
8#676F79
9#6C6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC0 #ADC0DC | BordersInactive statesPlaceholder text |
| 400 | 82A0 #82A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E85 #5E85BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4369 #43699D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #182639 | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D1DCEB;
--steel-blue-300: #ADC0DC;
--steel-blue-400: #82A0C9;
--steel-blue-500: #5E85BA;
--steel-blue-600: #43699D;
--steel-blue-700: #36537D;
--steel-blue-800: #263B59;
--steel-blue-900: #182639;
--steel-blue-950: #0F1824;
}