Steel Blue
#356CAC
BlueColor Codes
All color formats for development
HEX
#356CACRGB
rgb(53, 108, 172)HSL
hsl(212, 53%, 44%)OKLCH
oklch(0.525 0.117 253.8)CMYK
cmyk(69%, 37%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F619A
2#2A5789
3#254C78
4#204167
5#1A3656
6#152B45
7#102033
8#0B1622
9#050B11
Tints
Lighter variations
1#3B7AC2
2#5089C9
3#6698D0
4#7CA6D7
5#92B5DD
6#A8C4E4
7#BDD3EB
8#D3E1F2
9#E9F0F8
Tones
Muted variations
1#3B6DA6
2#416DA0
3#476D9A
4#4D6E94
5#526E8E
6#586F88
7#5E6F82
8#646F7C
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDD #CCDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C2 #A5C2E3 | BordersInactive statesPlaceholder text |
| 400 | 76A3 #76A3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F88 #4F88C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356C #356CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A56 #2A5689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3D #1E3D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4EDF7;
--steel-blue-200: #CCDDEF;
--steel-blue-300: #A5C2E3;
--steel-blue-400: #76A3D5;
--steel-blue-500: #4F88C9;
--steel-blue-600: #356CAC;
--steel-blue-700: #2A5689;
--steel-blue-800: #1E3D62;
--steel-blue-900: #13273E;
--steel-blue-950: #0C1927;
}