Steel Blue
#44509C
BlueColor Codes
All color formats for development
HEX
#44509CRGB
rgb(68, 80, 156)HSL
hsl(232, 39%, 44%)OKLCH
oklch(0.461 0.123 273.8)CMYK
cmyk(56%, 49%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E488C
2#37407D
3#30386D
4#29305E
5#22284E
6#1B203E
7#15182F
8#0E101F
9#070810
Tints
Lighter variations
1#4D5AB0
2#606CB9
3#747EC2
4#8891CB
5#9CA3D3
6#B0B6DC
7#C3C8E5
8#D7DAEE
9#EBEDF6
Tones
Muted variations
1#495398
2#4D5793
3#525A8F
4#565D8A
5#5A6086
6#5F6382
7#63677D
8#676A79
9#6C6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838C #838CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6B #5F6BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4450 #44509C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E8F4;
--steel-blue-200: #D1D4EB;
--steel-blue-300: #ADB4DB;
--steel-blue-400: #838CC9;
--steel-blue-500: #5F6BB9;
--steel-blue-600: #44509C;
--steel-blue-700: #36407C;
--steel-blue-800: #272E59;
--steel-blue-900: #191D39;
--steel-blue-950: #101223;
}