Steel Blue
#3A50A6
BlueColor Codes
All color formats for development
HEX
#3A50A6RGB
rgb(58, 80, 166)HSL
hsl(228, 48%, 44%)OKLCH
oklch(0.462 0.141 269.4)CMYK
cmyk(65%, 52%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354895
2#2F4085
3#293874
4#233064
5#1D2853
6#172042
7#121832
8#0C1021
9#060811
Tints
Lighter variations
1#425ABB
2#566CC4
3#6B7ECB
4#8091D2
5#95A3DA
6#AAB5E1
7#C0C8E9
8#D5DAF0
9#EAEDF8
Tones
Muted variations
1#4053A1
2#45569B
3#4B5A96
4#505D91
5#55608B
6#5B6386
7#606780
8#656A7B
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 | 7B8C #7B8CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 556B #556BC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A50 #3A50A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E40 #2E4084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212D #212D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151D #151D3C | 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: #7B8CD1;
--steel-blue-500: #556BC3;
--steel-blue-600: #3A50A6;
--steel-blue-700: #2E4084;
--steel-blue-800: #212D5E;
--steel-blue-900: #151D3C;
--steel-blue-950: #0D1226;
}