Steel Blue
#43849D
BlueColor Codes
All color formats for development
HEX
#43849DRGB
rgb(67, 132, 157)HSL
hsl(197, 40%, 44%)OKLCH
oklch(0.581 0.077 225.6)CMYK
cmyk(57%, 16%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D768D
2#36697E
3#2F5C6E
4#284F5E
5#22424F
6#1B353F
7#14272F
8#0D1A1F
9#070D10
Tints
Lighter variations
1#4C94B1
2#5FA1BA
3#73ACC3
4#87B8CC
5#9BC4D4
6#AFD0DD
7#C3DCE5
8#D7E7EE
9#EBF3F6
Tones
Muted variations
1#488299
2#4C8094
3#517E90
4#557C8B
5#5A7A87
6#5E7882
7#63767E
8#677479
9#6C7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCF #ADCFDC | BordersInactive statesPlaceholder text |
| 400 | 82B5 #82B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA0 #5EA0BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4384 #43849D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3669 #36697D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264B #264B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #183039 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F0F4;
--steel-blue-200: #D1E4EB;
--steel-blue-300: #ADCFDC;
--steel-blue-400: #82B5C9;
--steel-blue-500: #5EA0BA;
--steel-blue-600: #43849D;
--steel-blue-700: #36697D;
--steel-blue-800: #264B59;
--steel-blue-900: #183039;
--steel-blue-950: #0F1E24;
}