Steel Blue
#4072A0
BlueColor Codes
All color formats for development
HEX
#4072A0RGB
rgb(64, 114, 160)HSL
hsl(209, 43%, 44%)OKLCH
oklch(0.537 0.091 248)CMYK
cmyk(60%, 29%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6690
2#335B80
3#2D5070
4#264460
5#203950
6#1A2E40
7#132230
8#0D1720
9#060B10
Tints
Lighter variations
1#4880B5
2#5C8EBE
3#709CC6
4#84ABCE
5#99B9D6
6#ADC7DE
7#C2D5E7
8#D6E3EF
9#EBF1F7
Tones
Muted variations
1#45729C
2#4A7197
3#4E7192
4#53718D
5#587188
6#5D7183
7#62717F
8#67717A
9#6B7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC5 #ABC5DE | BordersInactive statesPlaceholder text |
| 400 | 7FA7 #7FA7CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B8E #5B8EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4072 #4072A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335B #335B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2441 #24415B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5EDF5;
--steel-blue-200: #D0DEEC;
--steel-blue-300: #ABC5DE;
--steel-blue-400: #7FA7CC;
--steel-blue-500: #5B8EBE;
--steel-blue-600: #4072A0;
--steel-blue-700: #335B80;
--steel-blue-800: #24415B;
--steel-blue-900: #17293A;
--steel-blue-950: #0F1A24;
}