Steel Blue
#3D69A4
BlueColor Codes
All color formats for development
HEX
#3D69A4RGB
rgb(61, 105, 164)HSL
hsl(214, 46%, 44%)OKLCH
oklch(0.517 0.106 256.3)CMYK
cmyk(63%, 36%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#375F93
2#305483
3#2A4A73
4#243F62
5#1E3552
6#182A42
7#122031
8#0C1521
9#060B10
Tints
Lighter variations
1#4477B9
2#5886C1
3#6D95C9
4#82A4D1
5#97B3D8
6#ACC2E0
7#C0D2E8
8#D5E1F0
9#EAF0F7
Tones
Muted variations
1#426A9F
2#476B99
3#4C6B94
4#516C8F
5#566D8A
6#5C6D85
7#616E80
8#666F7B
9#6B7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C1 #A9C1DF | BordersInactive statesPlaceholder text |
| 400 | 7DA0 #7DA0CF | Disabled statesSecondary iconsMuted text |
| 500 | 5785 #5785C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D69 #3D69A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3054 #305482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223C #223C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263C | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #CFDCED;
--steel-blue-300: #A9C1DF;
--steel-blue-400: #7DA0CF;
--steel-blue-500: #5785C1;
--steel-blue-600: #3D69A4;
--steel-blue-700: #305482;
--steel-blue-800: #223C5D;
--steel-blue-900: #16263C;
--steel-blue-950: #0E1825;
}