Steel Blue
#44479C
BlueColor Codes
All color formats for development
HEX
#44479CRGB
rgb(68, 71, 156)HSL
hsl(238, 39%, 44%)OKLCH
oklch(0.443 0.136 277.8)CMYK
cmyk(56%, 54%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E408C
2#37397D
3#30326D
4#292B5E
5#22244E
6#1B1D3E
7#15152F
8#0E0E1F
9#070710
Tints
Lighter variations
1#4D50B0
2#6063B9
3#7477C2
4#888ACB
5#9C9ED3
6#B0B1DC
7#C3C5E5
8#D7D8EE
9#EBECF6
Tones
Muted variations
1#494B98
2#4D5093
3#52548F
4#56588A
5#5A5C86
6#5F6082
7#63647D
8#676879
9#6C6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAF #ADAFDB | BordersInactive statesPlaceholder text |
| 400 | 8385 #8385C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F62 #5F62B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4447 #44479C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E7F4;
--steel-blue-200: #D1D2EB;
--steel-blue-300: #ADAFDB;
--steel-blue-400: #8385C9;
--steel-blue-500: #5F62B9;
--steel-blue-600: #44479C;
--steel-blue-700: #36397C;
--steel-blue-800: #272959;
--steel-blue-900: #191A39;
--steel-blue-950: #101023;
}