Steel Blue
#3E50A3
BlueColor Codes
All color formats for development
HEX
#3E50A3RGB
rgb(62, 80, 163)HSL
hsl(229, 45%, 44%)OKLCH
oklch(0.462 0.135 271)CMYK
cmyk(62%, 51%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384892
2#314082
3#2B3872
4#253062
5#1F2851
6#192041
7#131831
8#0C1021
9#060810
Tints
Lighter variations
1#465AB7
2#596CC0
3#6E7FC8
4#8391D0
5#97A3D8
6#ACB6E0
7#C1C8E7
8#D6DAEF
9#EAEDF7
Tones
Muted variations
1#43539E
2#485799
3#4D5A94
4#525D8E
5#576089
6#5C6384
7#61677F
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 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB4 #AAB4DF | BordersInactive statesPlaceholder text |
| 400 | 7E8C #7E8CCE | Disabled statesSecondary iconsMuted text |
| 500 | 596C #596CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E50 #3E50A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3140 #314081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232E #232E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD4ED;
--steel-blue-300: #AAB4DF;
--steel-blue-400: #7E8CCE;
--steel-blue-500: #596CC0;
--steel-blue-600: #3E50A3;
--steel-blue-700: #314081;
--steel-blue-800: #232E5C;
--steel-blue-900: #161D3B;
--steel-blue-950: #0E1225;
}