Steel Blue
#3A89A6
BlueColor Codes
All color formats for development
HEX
#3A89A6RGB
rgb(58, 137, 166)HSL
hsl(196, 48%, 44%)OKLCH
oklch(0.593 0.088 225.5)CMYK
cmyk(65%, 17%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#357C95
2#2F6E85
3#296074
4#235264
5#1D4553
6#173742
7#122932
8#0C1B21
9#060E11
Tints
Lighter variations
1#429BBB
2#56A6C4
3#6BB1CB
4#80BDD2
5#95C8DA
6#AAD3E1
7#C0DEE9
8#D5E9F0
9#EAF4F8
Tones
Muted variations
1#4087A1
2#45849B
3#4B8296
4#507F91
5#557D8B
6#5B7A86
7#607880
8#65757B
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 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D1 #A8D1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBA #7BBAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A6 #55A6C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A89 #3A89A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6D #2E6D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214E #214E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1532 #15323C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | 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: #CEE5EE;
--steel-blue-300: #A8D1E1;
--steel-blue-400: #7BBAD1;
--steel-blue-500: #55A6C3;
--steel-blue-600: #3A89A6;
--steel-blue-700: #2E6D84;
--steel-blue-800: #214E5E;
--steel-blue-900: #15323C;
--steel-blue-950: #0D1F26;
}