Steel Blue
#356AAC
BlueColor Codes
All color formats for development
HEX
#356AACRGB
rgb(53, 106, 172)HSL
hsl(213, 53%, 44%)OKLCH
oklch(0.521 0.119 255.1)CMYK
cmyk(69%, 38%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F609A
2#2A5589
3#254A78
4#204067
5#1A3556
6#152B45
7#102033
8#0B1522
9#050B11
Tints
Lighter variations
1#3B78C2
2#5087C9
3#6696D0
4#7CA5D7
5#92B4DD
6#A8C3E4
7#BDD2EB
8#D3E1F2
9#E9F0F8
Tones
Muted variations
1#3B6BA6
2#416BA0
3#476C9A
4#4D6D94
5#526D8E
6#586E88
7#5E6E82
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 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C1 #A5C1E3 | BordersInactive statesPlaceholder text |
| 400 | 76A1 #76A1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F86 #4F86C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356A #356AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A55 #2A5589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3C #1E3C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273E | 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: #E4ECF7;
--steel-blue-200: #CCDCEF;
--steel-blue-300: #A5C1E3;
--steel-blue-400: #76A1D5;
--steel-blue-500: #4F86C9;
--steel-blue-600: #356AAC;
--steel-blue-700: #2A5589;
--steel-blue-800: #1E3C62;
--steel-blue-900: #13273E;
--steel-blue-950: #0C1827;
}