Steel Blue
#3E4FA3
BlueColor Codes
All color formats for development
HEX
#3E4FA3RGB
rgb(62, 79, 163)HSL
hsl(230, 45%, 44%)OKLCH
oklch(0.46 0.136 271.5)CMYK
cmyk(62%, 52%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384792
2#313F82
3#2B3772
4#252F62
5#1F2751
6#191F41
7#131831
8#0C1021
9#060810
Tints
Lighter variations
1#4659B7
2#596AC0
3#6E7DC8
4#8390D0
5#97A2D8
6#ACB5E0
7#C1C7E7
8#D6DAEF
9#EAECF7
Tones
Muted variations
1#43529E
2#485599
3#4D5994
4#525C8E
5#575F89
6#5C6384
7#61667F
8#66697A
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 | AAB3 #AAB3DF | BordersInactive statesPlaceholder text |
| 400 | 7E8B #7E8BCE | Disabled statesSecondary iconsMuted text |
| 500 | 596A #596AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4F #3E4FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313E #313E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232D #232D5C | 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: #AAB3DF;
--steel-blue-400: #7E8BCE;
--steel-blue-500: #596AC0;
--steel-blue-600: #3E4FA3;
--steel-blue-700: #313E81;
--steel-blue-800: #232D5C;
--steel-blue-900: #161D3B;
--steel-blue-950: #0E1225;
}