Steel Blue
#44499C
BlueColor Codes
All color formats for development
HEX
#44499CRGB
rgb(68, 73, 156)HSL
hsl(237, 39%, 44%)OKLCH
oklch(0.447 0.133 277)CMYK
cmyk(56%, 53%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E428C
2#373A7D
3#30336D
4#292C5E
5#22244E
6#1B1D3E
7#15162F
8#0E0F1F
9#070710
Tints
Lighter variations
1#4D52B0
2#6065B9
3#7478C2
4#888BCB
5#9C9FD3
6#B0B2DC
7#C3C5E5
8#D7D8EE
9#EBECF6
Tones
Muted variations
1#494D98
2#4D5193
3#52558F
4#56598A
5#5A5D86
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 | ADB0 #ADB0DB | BordersInactive statesPlaceholder text |
| 400 | 8386 #8386C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F64 #5F64B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4449 #44499C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | 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: #ADB0DB;
--steel-blue-400: #8386C9;
--steel-blue-500: #5F64B9;
--steel-blue-600: #44499C;
--steel-blue-700: #363A7C;
--steel-blue-800: #272959;
--steel-blue-900: #191A39;
--steel-blue-950: #101123;
}