Steel Blue
#426D9E
BlueColor Codes
All color formats for development
HEX
#426D9ERGB
rgb(66, 109, 158)HSL
hsl(212, 41%, 44%)OKLCH
oklch(0.526 0.091 252.8)CMYK
cmyk(58%, 31%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C628E
2#35577F
3#2E4C6F
4#28415F
5#21374F
6#1A2C3F
7#14212F
8#0D1620
9#070B10
Tints
Lighter variations
1#4B7BB2
2#5E8ABC
3#7298C4
4#86A7CC
5#9AB6D5
6#AEC4DD
7#C3D3E6
8#D7E2EE
9#EBF0F7
Tones
Muted variations
1#476D9A
2#4B6E95
3#506E90
4#556E8C
5#596F87
6#5E6F83
7#626F7E
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 | ACC3 #ACC3DC | BordersInactive statesPlaceholder text |
| 400 | 81A3 #81A3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D89 #5D89BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426D #426D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3557 #35577E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263E #263E5A | 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: #ACC3DC;
--steel-blue-400: #81A3CA;
--steel-blue-500: #5D89BB;
--steel-blue-600: #426D9E;
--steel-blue-700: #35577E;
--steel-blue-800: #263E5A;
--steel-blue-900: #18283A;
--steel-blue-950: #0F1924;
}