Steel Blue
#43529D
BlueColor Codes
All color formats for development
HEX
#43529DRGB
rgb(67, 82, 157)HSL
hsl(230, 40%, 44%)OKLCH
oklch(0.465 0.122 272.3)CMYK
cmyk(57%, 48%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4A8D
2#36427E
3#2F3A6E
4#28315E
5#22294F
6#1B213F
7#14192F
8#0D101F
9#070810
Tints
Lighter variations
1#4C5DB1
2#5F6EBA
3#7380C3
4#8792CC
5#9BA5D4
6#AFB7DD
7#C3C9E5
8#D7DBEE
9#EBEDF6
Tones
Muted variations
1#485599
2#4C5894
3#515B90
4#555E8B
5#5A6187
6#5E6482
7#63677E
8#676A79
9#6C6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DC | BordersInactive statesPlaceholder text |
| 400 | 828E #828EC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6E #5E6EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4352 #43529D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3641 #36417D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262F #262F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E8F4;
--steel-blue-200: #D1D5EB;
--steel-blue-300: #ADB5DC;
--steel-blue-400: #828EC9;
--steel-blue-500: #5E6EBA;
--steel-blue-600: #43529D;
--steel-blue-700: #36417D;
--steel-blue-800: #262F59;
--steel-blue-900: #181E39;
--steel-blue-950: #0F1324;
}