Steel Blue
#3769A9
BlueColor Codes
All color formats for development
HEX
#3769A9RGB
rgb(55, 105, 169)HSL
hsl(214, 51%, 44%)OKLCH
oklch(0.517 0.115 255.6)CMYK
cmyk(67%, 38%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315E98
2#2C5488
3#264977
4#213F66
5#1B3455
6#162A44
7#101F33
8#0B1522
9#050A11
Tints
Lighter variations
1#3E76BF
2#5285C7
3#6894CE
4#7EA3D5
5#93B3DC
6#A9C2E3
7#BED1EA
8#D4E0F1
9#E9F0F8
Tones
Muted variations
1#3D69A4
2#426A9E
3#486B98
4#4E6C93
5#546C8D
6#596D87
7#5F6E81
8#656F7C
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C0 #A6C0E2 | BordersInactive statesPlaceholder text |
| 400 | 78A0 #78A0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5284 #5284C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3769 #3769A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C53 #2C5387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3B #1F3B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CDDCEF;
--steel-blue-300: #A6C0E2;
--steel-blue-400: #78A0D3;
--steel-blue-500: #5284C7;
--steel-blue-600: #3769A9;
--steel-blue-700: #2C5387;
--steel-blue-800: #1F3B60;
--steel-blue-900: #14263E;
--steel-blue-950: #0C1827;
}