Steel Blue
#445A9C
BlueColor Codes
All color formats for development
HEX
#445A9CRGB
rgb(68, 90, 156)HSL
hsl(225, 39%, 44%)OKLCH
oklch(0.483 0.11 268.2)CMYK
cmyk(56%, 42%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E518C
2#37487D
3#303F6D
4#29365E
5#222D4E
6#1B243E
7#151B2F
8#0E121F
9#070910
Tints
Lighter variations
1#4D66B0
2#6076B9
3#7488C2
4#8899CB
5#9CAAD3
6#B0BBDC
7#C3CCE5
8#D7DDEE
9#EBEEF6
Tones
Muted variations
1#495D98
2#4D5F93
3#52618F
4#56638A
5#5A6586
6#5F6782
7#636A7D
8#676C79
9#6C6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DB | BordersInactive statesPlaceholder text |
| 400 | 8394 #8394C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F76 #5F76B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445A #445A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3648 #36487C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2733 #273359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EAF4;
--steel-blue-200: #D1D7EB;
--steel-blue-300: #ADB9DB;
--steel-blue-400: #8394C9;
--steel-blue-500: #5F76B9;
--steel-blue-600: #445A9C;
--steel-blue-700: #36487C;
--steel-blue-800: #273359;
--steel-blue-900: #192139;
--steel-blue-950: #101523;
}