Steel Blue
#3E49A3
BlueColor Codes
All color formats for development
HEX
#3E49A3RGB
rgb(62, 73, 163)HSL
hsl(233, 45%, 44%)OKLCH
oklch(0.448 0.144 273.8)CMYK
cmyk(62%, 55%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384292
2#313B82
3#2B3372
4#252C62
5#1F2551
6#191D41
7#131631
8#0C0F21
9#060710
Tints
Lighter variations
1#4653B7
2#5965C0
3#6E79C8
4#838CD0
5#979FD8
6#ACB2E0
7#C1C5E7
8#D6D9EF
9#EAECF7
Tones
Muted variations
1#434D9E
2#485199
3#4D5594
4#52598E
5#575D89
6#5C6184
7#61657F
8#66687A
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB0 #AAB0DF | BordersInactive statesPlaceholder text |
| 400 | 7E87 #7E87CE | Disabled statesSecondary iconsMuted text |
| 500 | 5965 #5965C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E49 #3E49A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313A #313A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232A #232A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD2ED;
--steel-blue-300: #AAB0DF;
--steel-blue-400: #7E87CE;
--steel-blue-500: #5965C0;
--steel-blue-600: #3E49A3;
--steel-blue-700: #313A81;
--steel-blue-800: #232A5C;
--steel-blue-900: #161B3B;
--steel-blue-950: #0E1125;
}