Steel Blue
#3A7BA6
BlueColor Codes
All color formats for development
HEX
#3A7BA6RGB
rgb(58, 123, 166)HSL
hsl(204, 48%, 44%)OKLCH
oklch(0.559 0.094 240.4)CMYK
cmyk(65%, 26%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#356F95
2#2F6285
3#295674
4#234A64
5#1D3D53
6#173142
7#122532
8#0C1921
9#060C11
Tints
Lighter variations
1#428BBB
2#5698C4
3#6BA5CB
4#80B2D2
5#95BEDA
6#AACBE1
7#C0D8E9
8#D5E5F0
9#EAF2F8
Tones
Muted variations
1#407AA1
2#45799B
3#4B7896
4#507791
5#55768B
6#5B7586
7#607380
8#65727B
9#6B7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CA #A8CAE1 | BordersInactive statesPlaceholder text |
| 400 | 7BAE #7BAED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5597 #5597C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7B #3A7BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E62 #2E6284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2146 #21465E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152D #152D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF6;
--steel-blue-200: #CEE1EE;
--steel-blue-300: #A8CAE1;
--steel-blue-400: #7BAED1;
--steel-blue-500: #5597C3;
--steel-blue-600: #3A7BA6;
--steel-blue-700: #2E6284;
--steel-blue-800: #21465E;
--steel-blue-900: #152D3C;
--steel-blue-950: #0D1C26;
}