Steel Blue
#316CAF
BlueColor Codes
All color formats for development
HEX
#316CAFRGB
rgb(49, 108, 175)HSL
hsl(212, 56%, 44%)OKLCH
oklch(0.526 0.122 253.6)CMYK
cmyk(72%, 38%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C619E
2#27568C
3#234C7B
4#1E4169
5#193658
6#142B46
7#0F2035
8#0A1623
9#050B12
Tints
Lighter variations
1#387AC5
2#4D88CD
3#6397D3
4#79A6D9
5#90B5E0
6#A6C4E6
7#BCD3EC
8#D2E1F2
9#E9F0F9
Tones
Muted variations
1#386CA9
2#3E6DA2
3#446D9C
4#4B6E96
5#516E90
6#576F89
7#5D6F83
8#646F7D
9#6A7076
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 | CBDD #CBDDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C2 #A4C2E5 | BordersInactive statesPlaceholder text |
| 400 | 74A2 #74A2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C88 #4C88CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 316C #316CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2756 #27568B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3D #1C3D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1227 #122740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | 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: #CBDDF0;
--steel-blue-300: #A4C2E5;
--steel-blue-400: #74A2D8;
--steel-blue-500: #4C88CD;
--steel-blue-600: #316CAF;
--steel-blue-700: #27568B;
--steel-blue-800: #1C3D63;
--steel-blue-900: #122740;
--steel-blue-950: #0B1928;
}