Steel Blue
#3D8AA4
BlueColor Codes
All color formats for development
HEX
#3D8AA4RGB
rgb(61, 138, 164)HSL
hsl(195, 46%, 44%)OKLCH
oklch(0.596 0.085 223.2)CMYK
cmyk(63%, 16%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#377C93
2#306E83
3#2A6173
4#245362
5#1E4552
6#183742
7#122931
8#0C1C21
9#060E10
Tints
Lighter variations
1#449CB9
2#58A7C1
3#6DB2C9
4#82BDD1
5#97C8D8
6#ACD3E0
7#C0DEE8
8#D5E9F0
9#EAF4F7
Tones
Muted variations
1#42879F
2#478599
3#4C8294
4#51808F
5#567D8A
6#5C7B85
7#617880
8#66757B
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D2 #A9D2DF | BordersInactive statesPlaceholder text |
| 400 | 7DBA #7DBACF | Disabled statesSecondary iconsMuted text |
| 500 | 57A7 #57A7C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8A #3D8AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306E #306E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224E #224E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1632 #16323C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F5;
--steel-blue-200: #CFE5ED;
--steel-blue-300: #A9D2DF;
--steel-blue-400: #7DBACF;
--steel-blue-500: #57A7C1;
--steel-blue-600: #3D8AA4;
--steel-blue-700: #306E82;
--steel-blue-800: #224E5D;
--steel-blue-900: #16323C;
--steel-blue-950: #0E1F25;
}