Steel Blue
#3460AD
BlueColor Codes
All color formats for development
HEX
#3460ADRGB
rgb(52, 96, 173)HSL
hsl(218, 54%, 44%)OKLCH
oklch(0.498 0.132 260.7)CMYK
cmyk(70%, 45%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E569C
2#294D8A
3#244379
4#1F3A68
5#1A3056
6#152645
7#0F1D34
8#0A1323
9#050A11
Tints
Lighter variations
1#3A6CC3
2#4F7CCA
3#658DD1
4#7B9DD8
5#91ADDE
6#A7BEE5
7#BDCEEB
8#D3DEF2
9#E9EFF8
Tones
Muted variations
1#3A62A7
2#4063A1
3#46659B
4#4C6795
5#52688E
6#586A88
7#5E6B82
8#646D7C
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE4 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E7C #4E7CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3460 #3460AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 294C #294C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D37 #1D3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233F | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EBF7;
--steel-blue-200: #CCD9F0;
--steel-blue-300: #A5BCE4;
--steel-blue-400: #7699D6;
--steel-blue-500: #4E7CCA;
--steel-blue-600: #3460AD;
--steel-blue-700: #294C89;
--steel-blue-800: #1D3762;
--steel-blue-900: #13233F;
--steel-blue-950: #0C1627;
}