Steel Blue
#43799D
BlueColor Codes
All color formats for development
HEX
#43799DRGB
rgb(67, 121, 157)HSL
hsl(204, 40%, 44%)OKLCH
oklch(0.554 0.08 239.6)CMYK
cmyk(57%, 23%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D6D8D
2#36617E
3#2F556E
4#28495E
5#223D4F
6#1B303F
7#14242F
8#0D181F
9#070C10
Tints
Lighter variations
1#4C89B1
2#5F96BA
3#73A3C3
4#87B0CC
5#9BBDD4
6#AFCADD
7#C3D8E5
8#D7E5EE
9#EBF2F6
Tones
Muted variations
1#487899
2#4C7794
3#517690
4#55768B
5#5A7587
6#5E7482
7#63737E
8#677279
9#6C7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC9 #ADC9DC | BordersInactive statesPlaceholder text |
| 400 | 82AD #82ADC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E95 #5E95BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4379 #43799D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3660 #36607D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2645 #264559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EFF4;
--steel-blue-200: #D1E1EB;
--steel-blue-300: #ADC9DC;
--steel-blue-400: #82ADC9;
--steel-blue-500: #5E95BA;
--steel-blue-600: #43799D;
--steel-blue-700: #36607D;
--steel-blue-800: #264559;
--steel-blue-900: #182C39;
--steel-blue-950: #0F1C24;
}