Steel Blue
#4050A0
BlueColor Codes
All color formats for development
HEX
#4050A0RGB
rgb(64, 80, 160)HSL
hsl(230, 43%, 44%)OKLCH
oklch(0.461 0.13 271.9)CMYK
cmyk(60%, 50%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4890
2#334080
3#2D3870
4#263060
5#202850
6#1A2040
7#131830
8#0D1020
9#060810
Tints
Lighter variations
1#485AB5
2#5C6CBE
3#707EC6
4#8491CE
5#99A3D6
6#ADB6DE
7#C2C8E7
8#D6DAEF
9#EBEDF7
Tones
Muted variations
1#45539C
2#4A5697
3#4E5A92
4#535D8D
5#586088
6#5D6383
7#62677F
8#676A7A
9#6B6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7F8C #7F8CCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6B #5B6BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4050 #4050A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3340 #334080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #D0D4EC;
--steel-blue-300: #ABB4DE;
--steel-blue-400: #7F8CCC;
--steel-blue-500: #5B6BBE;
--steel-blue-600: #4050A0;
--steel-blue-700: #334080;
--steel-blue-800: #242D5B;
--steel-blue-900: #171D3A;
--steel-blue-950: #0F1224;
}