Steel Blue
#3A53A6
BlueColor Codes
All color formats for development
HEX
#3A53A6RGB
rgb(58, 83, 166)HSL
hsl(226, 48%, 44%)OKLCH
oklch(0.468 0.137 268.2)CMYK
cmyk(65%, 50%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354B95
2#2F4385
3#293A74
4#233264
5#1D2A53
6#172142
7#121932
8#0C1121
9#060811
Tints
Lighter variations
1#425EBB
2#5670C4
3#6B81CB
4#8093D2
5#95A5DA
6#AAB7E1
7#C0C9E9
8#D5DBF0
9#EAEDF8
Tones
Muted variations
1#4056A1
2#45599B
3#4B5C96
4#505F91
5#55628B
6#5B6586
7#606880
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 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B5 #A8B5E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8F #7B8FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 556F #556FC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A53 #3A53A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E42 #2E4284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212F #212F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E9F6;
--steel-blue-200: #CED5EE;
--steel-blue-300: #A8B5E1;
--steel-blue-400: #7B8FD1;
--steel-blue-500: #556FC3;
--steel-blue-600: #3A53A6;
--steel-blue-700: #2E4284;
--steel-blue-800: #212F5E;
--steel-blue-900: #151E3C;
--steel-blue-950: #0D1326;
}