Steel Blue
#3A4CA6
BlueColor Codes
All color formats for development
HEX
#3A4CA6RGB
rgb(58, 76, 166)HSL
hsl(230, 48%, 44%)OKLCH
oklch(0.454 0.146 271)CMYK
cmyk(65%, 54%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354595
2#2F3D85
3#293574
4#232E64
5#1D2653
6#171F42
7#121732
8#0C0F21
9#060811
Tints
Lighter variations
1#4256BB
2#5668C4
3#6B7BCB
4#808ED2
5#95A1DA
6#AAB4E1
7#C0C6E9
8#D5D9F0
9#EAECF8
Tones
Muted variations
1#4050A1
2#45539B
3#4B5796
4#505B91
5#555E8B
6#5B6286
7#606580
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 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7B89 #7B89D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5568 #5568C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4C #3A4CA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3D #2E3D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212B #212B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F6;
--steel-blue-200: #CED3EE;
--steel-blue-300: #A8B2E1;
--steel-blue-400: #7B89D1;
--steel-blue-500: #5568C3;
--steel-blue-600: #3A4CA6;
--steel-blue-700: #2E3D84;
--steel-blue-800: #212B5E;
--steel-blue-900: #151C3C;
--steel-blue-950: #0D1126;
}