Steel Blue
#426C9E
BlueColor Codes
All color formats for development
HEX
#426C9ERGB
rgb(66, 108, 158)HSL
hsl(213, 41%, 44%)OKLCH
oklch(0.523 0.092 253.7)CMYK
cmyk(58%, 32%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C618E
2#35567F
3#2E4B6F
4#28415F
5#21364F
6#1A2B3F
7#14202F
8#0D1620
9#070B10
Tints
Lighter variations
1#4B79B2
2#5E88BC
3#7297C4
4#86A6CC
5#9AB5D5
6#AEC4DD
7#C3D2E6
8#D7E1EE
9#EBF0F7
Tones
Muted variations
1#476C9A
2#4B6D95
3#506D90
4#556D8C
5#596E87
6#5E6E83
7#626F7E
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 | ACC2 #ACC2DC | BordersInactive statesPlaceholder text |
| 400 | 81A2 #81A2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D88 #5D88BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426C #426C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3556 #35567E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D5A | 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: #ACC2DC;
--steel-blue-400: #81A2CA;
--steel-blue-500: #5D88BB;
--steel-blue-600: #426C9E;
--steel-blue-700: #35567E;
--steel-blue-800: #263D5A;
--steel-blue-900: #18273A;
--steel-blue-950: #0F1824;
}