Steel Blue
#3D85A4
BlueColor Codes
All color formats for development
HEX
#3D85A4RGB
rgb(61, 133, 164)HSL
hsl(198, 46%, 44%)OKLCH
oklch(0.584 0.086 229)CMYK
cmyk(63%, 19%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#377893
2#306A83
3#2A5D73
4#245062
5#1E4252
6#183542
7#122831
8#0C1B21
9#060D10
Tints
Lighter variations
1#4496B9
2#58A2C1
3#6DADC9
4#82B9D1
5#97C5D8
6#ACD0E0
7#C0DCE8
8#D5E8F0
9#EAF3F7
Tones
Muted variations
1#42839F
2#478199
3#4C7F94
4#517D8F
5#567B8A
6#5C7885
7#617680
8#66747B
9#6B7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CF #A9CFDF | BordersInactive statesPlaceholder text |
| 400 | 7DB6 #7DB6CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A1 #57A1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D85 #3D85A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306A #306A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224B #224B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #CFE4ED;
--steel-blue-300: #A9CFDF;
--steel-blue-400: #7DB6CF;
--steel-blue-500: #57A1C1;
--steel-blue-600: #3D85A4;
--steel-blue-700: #306A82;
--steel-blue-800: #224B5D;
--steel-blue-900: #16303C;
--steel-blue-950: #0E1E25;
}