Steel Blue
#3E5CA3
BlueColor Codes
All color formats for development
HEX
#3E5CA3RGB
rgb(62, 92, 163)HSL
hsl(222, 45%, 44%)OKLCH
oklch(0.488 0.119 265)CMYK
cmyk(62%, 44%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#385392
2#314A82
3#2B4072
4#253762
5#1F2E51
6#192541
7#131C31
8#0C1221
9#060910
Tints
Lighter variations
1#4668B7
2#5978C0
3#6E89C8
4#839AD0
5#97ABD8
6#ACBCE0
7#C1CCE7
8#D6DDEF
9#EAEEF7
Tones
Muted variations
1#435E9E
2#486099
3#4D6294
4#52648E
5#576689
6#5C6884
7#616A7F
8#666C7A
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABA #AABADF | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CE | Disabled statesSecondary iconsMuted text |
| 500 | 5978 #5978C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5C #3E5CA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3149 #314981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2334 #23345C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #CFD8ED;
--steel-blue-300: #AABADF;
--steel-blue-400: #7E96CE;
--steel-blue-500: #5978C0;
--steel-blue-600: #3E5CA3;
--steel-blue-700: #314981;
--steel-blue-800: #23345C;
--steel-blue-900: #16213B;
--steel-blue-950: #0E1525;
}