Steel Blue
#3E4BA3
BlueColor Codes
All color formats for development
HEX
#3E4BA3RGB
rgb(62, 75, 163)HSL
hsl(232, 45%, 44%)OKLCH
oklch(0.452 0.142 273.1)CMYK
cmyk(62%, 54%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384492
2#313C82
3#2B3572
4#252D62
5#1F2651
6#191E41
7#131731
8#0C0F21
9#060810
Tints
Lighter variations
1#4655B7
2#5967C0
3#6E7AC8
4#838DD0
5#97A0D8
6#ACB3E0
7#C1C6E7
8#D6D9EF
9#EAECF7
Tones
Muted variations
1#434F9E
2#485399
3#4D5694
4#525A8E
5#575E89
6#5C6184
7#61657F
8#66697A
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 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB1 #AAB1DF | BordersInactive statesPlaceholder text |
| 400 | 7E88 #7E88CE | Disabled statesSecondary iconsMuted text |
| 500 | 5966 #5966C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4B #3E4BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313C #313C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232B #232B5C | 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: #CFD3ED;
--steel-blue-300: #AAB1DF;
--steel-blue-400: #7E88CE;
--steel-blue-500: #5966C0;
--steel-blue-600: #3E4BA3;
--steel-blue-700: #313C81;
--steel-blue-800: #232B5C;
--steel-blue-900: #161B3B;
--steel-blue-950: #0E1125;
}