Steel Blue
#434E9D
BlueColor Codes
All color formats for development
HEX
#434E9DRGB
rgb(67, 78, 157)HSL
hsl(233, 40%, 44%)OKLCH
oklch(0.457 0.128 274.3)CMYK
cmyk(57%, 50%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D468D
2#363E7E
3#2F366E
4#282F5E
5#22274F
6#1B1F3F
7#14172F
8#0D101F
9#070810
Tints
Lighter variations
1#4C58B1
2#5F6ABA
3#737CC3
4#878FCC
5#9BA2D4
6#AFB4DD
7#C3C7E5
8#D7DAEE
9#EBECF6
Tones
Muted variations
1#485199
2#4C5594
3#515890
4#555C8B
5#5A5F87
6#5E6282
7#63667E
8#676979
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 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 828A #828AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E69 #5E69BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434E #434E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363E #363E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | 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: #D1D4EB;
--steel-blue-300: #ADB2DC;
--steel-blue-400: #828AC9;
--steel-blue-500: #5E69BA;
--steel-blue-600: #434E9D;
--steel-blue-700: #363E7D;
--steel-blue-800: #262C59;
--steel-blue-900: #181C39;
--steel-blue-950: #0F1224;
}