Steel Blue
#3A60A6
BlueColor Codes
All color formats for development
HEX
#3A60A6RGB
rgb(58, 96, 166)HSL
hsl(219, 48%, 44%)OKLCH
oklch(0.497 0.12 261.6)CMYK
cmyk(65%, 42%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#355695
2#2F4D85
3#294374
4#233A64
5#1D3053
6#172642
7#121D32
8#0C1321
9#060A11
Tints
Lighter variations
1#426CBB
2#567CC4
3#6B8DCB
4#809DD2
5#95ADDA
6#AABEE1
7#C0CEE9
8#D5DEF0
9#EAEFF8
Tones
Muted variations
1#4062A1
2#45639B
3#4B6596
4#506791
5#55688B
6#5B6A86
7#606B80
8#656D7B
9#6B6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED9 #CED9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BC #A8BCE1 | BordersInactive statesPlaceholder text |
| 400 | 7B99 #7B99D1 | Disabled statesSecondary iconsMuted text |
| 500 | 557C #557CC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A60 #3A60A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4C #2E4C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2137 #21375E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233C | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EBF6;
--steel-blue-200: #CED9EE;
--steel-blue-300: #A8BCE1;
--steel-blue-400: #7B99D1;
--steel-blue-500: #557CC3;
--steel-blue-600: #3A60A6;
--steel-blue-700: #2E4C84;
--steel-blue-800: #21375E;
--steel-blue-900: #15233C;
--steel-blue-950: #0D1626;
}