Steel Blue
#426A9E
BlueColor Codes
All color formats for development
HEX
#426A9ERGB
rgb(66, 106, 158)HSL
hsl(214, 41%, 44%)OKLCH
oklch(0.519 0.094 255.5)CMYK
cmyk(58%, 33%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5F8E
2#35557F
3#2E4A6F
4#28405F
5#21354F
6#1A2A3F
7#14202F
8#0D1520
9#070B10
Tints
Lighter variations
1#4B78B2
2#5E87BC
3#7296C4
4#86A5CC
5#9AB4D5
6#AEC3DD
7#C3D2E6
8#D7E1EE
9#EBF0F7
Tones
Muted variations
1#476B9A
2#4B6B95
3#506C90
4#556D8C
5#596D87
6#5E6E83
7#626E7E
8#676F79
9#6C7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC1 #ACC1DC | BordersInactive statesPlaceholder text |
| 400 | 81A1 #81A1CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D86 #5D86BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426A #426A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3554 #35547E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263C #263C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D0DCEB;
--steel-blue-300: #ACC1DC;
--steel-blue-400: #81A1CA;
--steel-blue-500: #5D86BB;
--steel-blue-600: #426A9E;
--steel-blue-700: #35547E;
--steel-blue-800: #263C5A;
--steel-blue-900: #18273A;
--steel-blue-950: #0F1824;
}