Steel Blue
#426F9E
BlueColor Codes
All color formats for development
HEX
#426F9ERGB
rgb(66, 111, 158)HSL
hsl(211, 41%, 44%)OKLCH
oklch(0.53 0.09 250.8)CMYK
cmyk(58%, 30%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C648E
2#35597F
3#2E4D6F
4#28425F
5#21374F
6#1A2C3F
7#14212F
8#0D1620
9#070B10
Tints
Lighter variations
1#4B7DB2
2#5E8BBC
3#729AC4
4#86A8CC
5#9AB7D5
6#AEC5DD
7#C3D4E6
8#D7E2EE
9#EBF1F7
Tones
Muted variations
1#476F9A
2#4B6F95
3#506F90
4#556F8C
5#596F87
6#5E7083
7#62707E
8#677079
9#6C7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DD #D0DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DC | BordersInactive statesPlaceholder text |
| 400 | 81A5 #81A5CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8B #5D8BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426F #426F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3558 #35587E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263F #263F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #18283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6EDF4;
--steel-blue-200: #D0DDEB;
--steel-blue-300: #ACC4DC;
--steel-blue-400: #81A5CA;
--steel-blue-500: #5D8BBB;
--steel-blue-600: #426F9E;
--steel-blue-700: #35587E;
--steel-blue-800: #263F5A;
--steel-blue-900: #18283A;
--steel-blue-950: #0F1924;
}