Steel Blue
#3A8BA6
BlueColor Codes
All color formats for development
HEX
#3A8BA6RGB
rgb(58, 139, 166)HSL
hsl(195, 48%, 44%)OKLCH
oklch(0.598 0.088 223.3)CMYK
cmyk(65%, 16%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#357D95
2#2F6F85
3#296174
4#235364
5#1D4653
6#173842
7#122A32
8#0C1C21
9#060E11
Tints
Lighter variations
1#429DBB
2#56A8C4
3#6BB3CB
4#80BED2
5#95C9DA
6#AAD4E1
7#C0DEE9
8#D5E9F0
9#EAF4F8
Tones
Muted variations
1#4088A1
2#45869B
3#4B8396
4#508091
5#557E8B
6#5B7B86
7#607880
8#65767B
9#6B7376
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 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D2 #A8D2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBB #7BBBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A8 #55A8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8B #3A8BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6F #2E6F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214F #214F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333C | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | 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: #CEE6EE;
--steel-blue-300: #A8D2E1;
--steel-blue-400: #7BBBD1;
--steel-blue-500: #55A8C3;
--steel-blue-600: #3A8BA6;
--steel-blue-700: #2E6F84;
--steel-blue-800: #214F5E;
--steel-blue-900: #15333C;
--steel-blue-950: #0D2026;
}