Steel Blue
#3E55A3
BlueColor Codes
All color formats for development
HEX
#3E55A3RGB
rgb(62, 85, 163)HSL
hsl(226, 45%, 44%)OKLCH
oklch(0.473 0.128 268.7)CMYK
cmyk(62%, 48%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384D92
2#314482
3#2B3C72
4#253362
5#1F2B51
6#192241
7#131A31
8#0C1121
9#060910
Tints
Lighter variations
1#4660B7
2#5971C0
3#6E83C8
4#8395D0
5#97A6D8
6#ACB8E0
7#C1CAE7
8#D6DCEF
9#EAEDF7
Tones
Muted variations
1#43589E
2#485B99
3#4D5D94
4#52608E
5#576389
6#5C6584
7#61687F
8#666B7A
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB6 #AAB6DF | BordersInactive statesPlaceholder text |
| 400 | 7E90 #7E90CE | Disabled statesSecondary iconsMuted text |
| 500 | 5971 #5971C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E55 #3E55A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3144 #314481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2330 #23305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD6ED;
--steel-blue-300: #AAB6DF;
--steel-blue-400: #7E90CE;
--steel-blue-500: #5971C0;
--steel-blue-600: #3E55A3;
--steel-blue-700: #314481;
--steel-blue-800: #23305C;
--steel-blue-900: #161F3B;
--steel-blue-950: #0E1325;
}