Steel Blue
#3A88A6
BlueColor Codes
All color formats for development
HEX
#3A88A6RGB
rgb(58, 136, 166)HSL
hsl(197, 48%, 44%)OKLCH
oklch(0.591 0.088 226.6)CMYK
cmyk(65%, 18%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#357A95
2#2F6C85
3#295F74
4#235164
5#1D4453
6#173642
7#122932
8#0C1B21
9#060E11
Tints
Lighter variations
1#4299BB
2#56A5C4
3#6BB0CB
4#80BBD2
5#95C6DA
6#AAD2E1
7#C0DDE9
8#D5E8F0
9#EAF4F8
Tones
Muted variations
1#4085A1
2#45839B
3#4B8196
4#507E91
5#557C8B
6#5B7A86
7#607780
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 | 7BB8 #7BB8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A4 #55A4C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A88 #3A88A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6C #2E6C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214D #214D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313C | 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: #7BB8D1;
--steel-blue-500: #55A4C3;
--steel-blue-600: #3A88A6;
--steel-blue-700: #2E6C84;
--steel-blue-800: #214D5E;
--steel-blue-900: #15313C;
--steel-blue-950: #0D1F26;
}