Steel Blue
#326CAE
BlueColor Codes
All color formats for development
HEX
#326CAERGB
rgb(50, 108, 174)HSL
hsl(212, 55%, 44%)OKLCH
oklch(0.525 0.121 253.6)CMYK
cmyk(71%, 38%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D619D
2#28568B
3#234C7A
4#1E4168
5#193657
6#142B46
7#0F2034
8#0A1623
9#050B11
Tints
Lighter variations
1#397AC4
2#4E89CC
3#6497D2
4#7AA6D8
5#90B5DF
6#A6C4E5
7#BDD3EC
8#D3E1F2
9#E9F0F9
Tones
Muted variations
1#396CA8
2#3F6DA2
3#456D9B
4#4B6E95
5#516E8F
6#586F89
7#5E6F83
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 | CCDD #CCDDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C2 #A4C2E5 | BordersInactive statesPlaceholder text |
| 400 | 75A2 #75A2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D88 #4D88CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 326C #326CAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2856 #28568A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3D #1D3D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1227 #12273F | 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: #CCDDF0;
--steel-blue-300: #A4C2E5;
--steel-blue-400: #75A2D7;
--steel-blue-500: #4D88CB;
--steel-blue-600: #326CAE;
--steel-blue-700: #28568A;
--steel-blue-800: #1D3D63;
--steel-blue-900: #12273F;
--steel-blue-950: #0B1928;
}