Steel Blue
#3A62A6
BlueColor Codes
All color formats for development
HEX
#3A62A6RGB
rgb(58, 98, 166)HSL
hsl(218, 48%, 44%)OKLCH
oklch(0.501 0.118 260.4)CMYK
cmyk(65%, 41%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#355895
2#2F4E85
3#294474
4#233B64
5#1D3153
6#172742
7#121D32
8#0C1421
9#060A11
Tints
Lighter variations
1#426EBB
2#567EC4
3#6B8ECB
4#809ED2
5#95AEDA
6#AABFE1
7#C0CFE9
8#D5DFF0
9#EAEFF8
Tones
Muted variations
1#4063A1
2#45659B
3#4B6696
4#506891
5#55698B
6#5B6A86
7#606C80
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 | CEDA #CEDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BD #A8BDE1 | BordersInactive statesPlaceholder text |
| 400 | 7B9A #7B9AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 557E #557EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A62 #3A62A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4E #2E4E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2138 #21385E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1524 #15243C | 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: #CEDAEE;
--steel-blue-300: #A8BDE1;
--steel-blue-400: #7B9AD1;
--steel-blue-500: #557EC3;
--steel-blue-600: #3A62A6;
--steel-blue-700: #2E4E84;
--steel-blue-800: #21385E;
--steel-blue-900: #15243C;
--steel-blue-950: #0D1626;
}