Steel Blue
#43769D
BlueColor Codes
All color formats for development
HEX
#43769DRGB
rgb(67, 118, 157)HSL
hsl(206, 40%, 44%)OKLCH
oklch(0.547 0.082 243.2)CMYK
cmyk(57%, 25%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D6A8D
2#365F7E
3#2F536E
4#28475E
5#223B4F
6#1B2F3F
7#14232F
8#0D181F
9#070C10
Tints
Lighter variations
1#4C85B1
2#5F93BA
3#73A0C3
4#87AECC
5#9BBBD4
6#AFC9DD
7#C3D6E5
8#D7E4EE
9#EBF1F6
Tones
Muted variations
1#487699
2#4C7594
3#517490
4#55748B
5#5A7387
6#5E7382
7#63727E
8#677179
9#6C7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DC | BordersInactive statesPlaceholder text |
| 400 | 82AB #82ABC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E92 #5E92BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4376 #43769D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2643 #264359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D1E0EB;
--steel-blue-300: #ADC7DC;
--steel-blue-400: #82ABC9;
--steel-blue-500: #5E92BA;
--steel-blue-600: #43769D;
--steel-blue-700: #365E7D;
--steel-blue-800: #264359;
--steel-blue-900: #182B39;
--steel-blue-950: #0F1B24;
}