Steel Blue
#3A4EA6
BlueColor Codes
All color formats for development
HEX
#3A4EA6RGB
rgb(58, 78, 166)HSL
hsl(229, 48%, 44%)OKLCH
oklch(0.458 0.143 270.2)CMYK
cmyk(65%, 53%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354695
2#2F3E85
3#293774
4#232F64
5#1D2753
6#171F42
7#121732
8#0C1021
9#060811
Tints
Lighter variations
1#4258BB
2#566AC4
3#6B7DCB
4#808FD2
5#95A2DA
6#AAB5E1
7#C0C7E9
8#D5DAF0
9#EAECF8
Tones
Muted variations
1#4052A1
2#45559B
3#4B5896
4#505C91
5#555F8B
6#5B6386
7#606680
8#65697B
9#6B6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B3 #A8B3E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8B #7B8BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5569 #5569C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4E #3A4EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F6;
--steel-blue-200: #CED4EE;
--steel-blue-300: #A8B3E1;
--steel-blue-400: #7B8BD1;
--steel-blue-500: #5569C3;
--steel-blue-600: #3A4EA6;
--steel-blue-700: #2E3E84;
--steel-blue-800: #212C5E;
--steel-blue-900: #151C3C;
--steel-blue-950: #0D1226;
}