Steel Blue
#434C9D
BlueColor Codes
All color formats for development
HEX
#434C9DRGB
rgb(67, 76, 157)HSL
hsl(234, 40%, 44%)OKLCH
oklch(0.453 0.13 275.2)CMYK
cmyk(57%, 52%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D458D
2#363D7E
3#2F356E
4#282E5E
5#22264F
6#1B1F3F
7#14172F
8#0D0F1F
9#070810
Tints
Lighter variations
1#4C56B1
2#5F68BA
3#737BC3
4#878ECC
5#9BA1D4
6#AFB4DD
7#C3C6E5
8#D7D9EE
9#EBECF6
Tones
Muted variations
1#485099
2#4C5394
3#515790
4#555B8B
5#5A5E87
6#5E6282
7#63657E
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 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 8289 #8289C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E68 #5E68BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434C #434C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E7F4;
--steel-blue-200: #D1D3EB;
--steel-blue-300: #ADB2DC;
--steel-blue-400: #8289C9;
--steel-blue-500: #5E68BA;
--steel-blue-600: #434C9D;
--steel-blue-700: #363D7D;
--steel-blue-800: #262B59;
--steel-blue-900: #181C39;
--steel-blue-950: #0F1124;
}