Steel Blue
#3F5CA2
BlueColor Codes
All color formats for development
HEX
#3F5CA2RGB
rgb(63, 92, 162)HSL
hsl(222, 44%, 44%)OKLCH
oklch(0.488 0.118 265.4)CMYK
cmyk(61%, 43%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#395391
2#324A81
3#2C4171
4#263761
5#1F2E51
6#192541
7#131C30
8#0D1220
9#060910
Tints
Lighter variations
1#4768B6
2#5A79BF
3#6F89C7
4#849ACF
5#98ABD7
6#ADBCDF
7#C1CDE7
8#D6DDEF
9#EAEEF7
Tones
Muted variations
1#445E9D
2#496098
3#4E6293
4#53648E
5#586689
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 #CFD8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBA #ABBADE | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A78 #5A78BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F5C #3F5CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324A #324A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2435 #24355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1722 #17223B | 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: #CFD8EC;
--steel-blue-300: #ABBADE;
--steel-blue-400: #7E96CD;
--steel-blue-500: #5A78BF;
--steel-blue-600: #3F5CA2;
--steel-blue-700: #324A81;
--steel-blue-800: #24355C;
--steel-blue-900: #17223B;
--steel-blue-950: #0E1525;
}