Steel Blue
#3E52A3
BlueColor Codes
All color formats for development
HEX
#3E52A3RGB
rgb(62, 82, 163)HSL
hsl(228, 45%, 44%)OKLCH
oklch(0.466 0.132 270.2)CMYK
cmyk(62%, 50%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384A92
2#314282
3#2B3972
4#253162
5#1F2951
6#192141
7#131931
8#0C1021
9#060810
Tints
Lighter variations
1#465CB7
2#596EC0
3#6E80C8
4#8392D0
5#97A4D8
6#ACB6E0
7#C1C9E7
8#D6DBEF
9#EAEDF7
Tones
Muted variations
1#43559E
2#485899
3#4D5B94
4#525E8E
5#576189
6#5C6484
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 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECE | Disabled statesSecondary iconsMuted text |
| 500 | 596D #596DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E52 #3E52A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3141 #314181 | 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: #E5E8F5;
--steel-blue-200: #CFD5ED;
--steel-blue-300: #AAB5DF;
--steel-blue-400: #7E8ECE;
--steel-blue-500: #596DC0;
--steel-blue-600: #3E52A3;
--steel-blue-700: #314181;
--steel-blue-800: #232F5C;
--steel-blue-900: #161E3B;
--steel-blue-950: #0E1325;
}