Steel Blue
#3A86A6
BlueColor Codes
All color formats for development
HEX
#3A86A6RGB
rgb(58, 134, 166)HSL
hsl(198, 48%, 44%)OKLCH
oklch(0.586 0.089 228.8)CMYK
cmyk(65%, 19%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#357895
2#2F6B85
3#295E74
4#235064
5#1D4353
6#173542
7#122832
8#0C1B21
9#060D11
Tints
Lighter variations
1#4297BB
2#56A3C4
3#6BAECB
4#80BAD2
5#95C5DA
6#AAD1E1
7#C0DCE9
8#D5E8F0
9#EAF3F8
Tones
Muted variations
1#4084A1
2#45819B
3#4B7F96
4#507D91
5#557B8B
6#5B7986
7#607780
8#65757B
9#6B7276
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D0 #A8D0E1 | BordersInactive statesPlaceholder text |
| 400 | 7BB7 #7BB7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A2 #55A2C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A86 #3A86A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6A #2E6A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214C #214C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F6;
--steel-blue-200: #CEE4EE;
--steel-blue-300: #A8D0E1;
--steel-blue-400: #7BB7D1;
--steel-blue-500: #55A2C3;
--steel-blue-600: #3A86A6;
--steel-blue-700: #2E6A84;
--steel-blue-800: #214C5E;
--steel-blue-900: #15313C;
--steel-blue-950: #0D1E26;
}