Steel Blue
#3D7BA4
BlueColor Codes
All color formats for development
HEX
#3D7BA4RGB
rgb(61, 123, 164)HSL
hsl(204, 46%, 44%)OKLCH
oklch(0.56 0.09 240.1)CMYK
cmyk(63%, 25%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#376E93
2#306283
3#2A5673
4#244A62
5#1E3D52
6#183142
7#122531
8#0C1921
9#060C10
Tints
Lighter variations
1#448AB9
2#5897C1
3#6DA4C9
4#82B1D1
5#97BED8
6#ACCBE0
7#C0D8E8
8#D5E5F0
9#EAF2F7
Tones
Muted variations
1#42799F
2#477899
3#4C7794
4#51768F
5#56758A
6#5C7485
7#617380
8#66727B
9#6B7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CA #A9CADF | BordersInactive statesPlaceholder text |
| 400 | 7DAE #7DAECF | Disabled statesSecondary iconsMuted text |
| 500 | 5797 #5797C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7B #3D7BA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3061 #306182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2246 #22465D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE1ED;
--steel-blue-300: #A9CADF;
--steel-blue-400: #7DAECF;
--steel-blue-500: #5797C1;
--steel-blue-600: #3D7BA4;
--steel-blue-700: #306182;
--steel-blue-800: #22465D;
--steel-blue-900: #162D3C;
--steel-blue-950: #0E1C25;
}