Steel Blue
#3168AF
BlueColor Codes
All color formats for development
HEX
#3168AFRGB
rgb(49, 104, 175)HSL
hsl(214, 56%, 44%)OKLCH
oklch(0.516 0.127 256)CMYK
cmyk(72%, 41%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5D9E
2#27538C
3#23497B
4#1E3E69
5#193458
6#142A46
7#0F1F35
8#0A1523
9#050A12
Tints
Lighter variations
1#3875C5
2#4D84CD
3#6394D3
4#79A3D9
5#90B2E0
6#A6C2E6
7#BCD1EC
8#D2E0F2
9#E9F0F9
Tones
Muted variations
1#3869A9
2#3E69A2
3#446A9C
4#4B6B96
5#516C90
6#576D89
7#5D6E83
8#646F7D
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C0 #A4C0E5 | BordersInactive statesPlaceholder text |
| 400 | 749F #749FD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C84 #4C84CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3168 #3168AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2753 #27538B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3B #1C3B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1226 #122640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF7;
--steel-blue-200: #CBDBF0;
--steel-blue-300: #A4C0E5;
--steel-blue-400: #749FD8;
--steel-blue-500: #4C84CD;
--steel-blue-600: #3168AF;
--steel-blue-700: #27538B;
--steel-blue-800: #1C3B63;
--steel-blue-900: #122640;
--steel-blue-950: #0B1828;
}