Steel Blue
#3260AE
BlueColor Codes
All color formats for development
HEX
#3260AERGB
rgb(50, 96, 174)HSL
hsl(218, 55%, 44%)OKLCH
oklch(0.498 0.134 260.3)CMYK
cmyk(71%, 45%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D569D
2#284D8B
3#23437A
4#1E3968
5#193057
6#142646
7#0F1D34
8#0A1323
9#050A11
Tints
Lighter variations
1#396CC4
2#4E7CCC
3#648CD2
4#7A9DD8
5#90ADDF
6#A6BEE5
7#BDCEEC
8#D3DEF2
9#E9EFF9
Tones
Muted variations
1#3961A8
2#3F63A2
3#45659B
4#4B6695
5#51688F
6#586A89
7#5E6B83
8#646D7D
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BC #A4BCE5 | BordersInactive statesPlaceholder text |
| 400 | 7599 #7599D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D7B #4D7BCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3260 #3260AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 284C #284C8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D36 #1D3663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1223 #12233F | Primary textHigh emphasis contentDark headings |
| 950 | 0B16 #0B1628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EBF7;
--steel-blue-200: #CCD9F0;
--steel-blue-300: #A4BCE5;
--steel-blue-400: #7599D7;
--steel-blue-500: #4D7BCB;
--steel-blue-600: #3260AE;
--steel-blue-700: #284C8A;
--steel-blue-800: #1D3663;
--steel-blue-900: #12233F;
--steel-blue-950: #0B1628;
}