Steel Blue
#3E48A3
BlueColor Codes
All color formats for development
HEX
#3E48A3RGB
rgb(62, 72, 163)HSL
hsl(234, 45%, 44%)OKLCH
oklch(0.446 0.146 274.2)CMYK
cmyk(62%, 56%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384192
2#313982
3#2B3272
4#252B62
5#1F2451
6#191D41
7#131631
8#0C0E21
9#060710
Tints
Lighter variations
1#4651B7
2#5964C0
3#6E77C8
4#838AD0
5#979ED8
6#ACB1E0
7#C1C5E7
8#D6D8EF
9#EAECF7
Tones
Muted variations
1#434C9E
2#485099
3#4D5494
4#52588E
5#575C89
6#5C6084
7#61647F
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 | AAAF #AAAFDF | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CE | Disabled statesSecondary iconsMuted text |
| 500 | 5963 #5963C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E48 #3E48A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3139 #313981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2329 #23295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #AAAFDF;
--steel-blue-400: #7E86CE;
--steel-blue-500: #5963C0;
--steel-blue-600: #3E48A3;
--steel-blue-700: #313981;
--steel-blue-800: #23295C;
--steel-blue-900: #161A3B;
--steel-blue-950: #0E1025;
}