Steel Blue
#3F7AA2
BlueColor Codes
All color formats for development
HEX
#3F7AA2RGB
rgb(63, 122, 162)HSL
hsl(204, 44%, 44%)OKLCH
oklch(0.557 0.088 240.5)CMYK
cmyk(61%, 25%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#396E91
2#326281
3#2C5571
4#264961
5#1F3D51
6#193141
7#132530
8#0D1820
9#060C10
Tints
Lighter variations
1#478AB6
2#5A97BF
3#6FA4C7
4#84B1CF
5#98BED7
6#ADCBDF
7#C1D8E7
8#D6E5EF
9#EAF2F7
Tones
Muted variations
1#44799D
2#497898
3#4E7793
4#53768E
5#587589
6#5C7484
7#61737F
8#66727A
9#6B7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7EAE #7EAECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A96 #5A96BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7A #3F7AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3261 #326181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2445 #24455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE1EC;
--steel-blue-300: #ABCADE;
--steel-blue-400: #7EAECD;
--steel-blue-500: #5A96BF;
--steel-blue-600: #3F7AA2;
--steel-blue-700: #326181;
--steel-blue-800: #24455C;
--steel-blue-900: #172C3B;
--steel-blue-950: #0E1C25;
}