Steel Blue
#3F82A2
BlueColor Codes
All color formats for development
HEX
#3F82A2RGB
rgb(63, 130, 162)HSL
hsl(199, 44%, 44%)OKLCH
oklch(0.576 0.084 231.4)CMYK
cmyk(61%, 20%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#397591
2#326881
3#2C5B71
4#264E61
5#1F4151
6#193441
7#132730
8#0D1A20
9#060D10
Tints
Lighter variations
1#4793B6
2#5A9FBF
3#6FABC7
4#84B7CF
5#98C3D7
6#ADCFDF
7#C1DBE7
8#D6E7EF
9#EAF3F7
Tones
Muted variations
1#44809D
2#497F98
3#4E7D93
4#537B8E
5#587989
6#5C7784
7#61767F
8#66747A
9#6B7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7EB4 #7EB4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9F #5A9FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F82 #3F82A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3268 #326881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #CFE3EC;
--steel-blue-300: #ABCEDE;
--steel-blue-400: #7EB4CD;
--steel-blue-500: #5A9FBF;
--steel-blue-600: #3F82A2;
--steel-blue-700: #326881;
--steel-blue-800: #244A5C;
--steel-blue-900: #172F3B;
--steel-blue-950: #0E1E25;
}