Steel Blue
#3E54A3
BlueColor Codes
All color formats for development
HEX
#3E54A3RGB
rgb(62, 84, 163)HSL
hsl(227, 45%, 44%)OKLCH
oklch(0.471 0.13 269.2)CMYK
cmyk(62%, 48%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384B92
2#314382
3#2B3B72
4#253262
5#1F2A51
6#192141
7#131931
8#0C1121
9#060810
Tints
Lighter variations
1#465EB7
2#5970C0
3#6E82C8
4#8393D0
5#97A5D8
6#ACB7E0
7#C1C9E7
8#D6DBEF
9#EAEDF7
Tones
Muted variations
1#43569E
2#485999
3#4D5C94
4#525F8E
5#576289
6#5C6584
7#61687F
8#666A7A
9#6B6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCE | Disabled statesSecondary iconsMuted text |
| 500 | 596F #596FC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E54 #3E54A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3142 #314281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232F #232F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3B | 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: #F4F5FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD5ED;
--steel-blue-300: #AAB5DF;
--steel-blue-400: #7E8FCE;
--steel-blue-500: #596FC0;
--steel-blue-600: #3E54A3;
--steel-blue-700: #314281;
--steel-blue-800: #232F5C;
--steel-blue-900: #161E3B;
--steel-blue-950: #0E1325;
}