Steel Blue
#367CAB
BlueColor Codes
All color formats for development
HEX
#367CABRGB
rgb(54, 124, 171)HSL
hsl(204, 52%, 44%)OKLCH
oklch(0.563 0.101 241.2)CMYK
cmyk(68%, 27%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#306F99
2#2B6388
3#265777
4#204A66
5#1B3E55
6#163244
7#102533
8#0B1922
9#050C11
Tints
Lighter variations
1#3D8CC0
2#5199C8
3#67A5CF
4#7DB2D6
5#92BFDD
6#A8CCE4
7#BED9EA
8#D4E5F1
9#E9F2F8
Tones
Muted variations
1#3C7BA5
2#427A9F
3#477899
4#4D7793
5#53768D
6#597588
7#5F7482
8#65737C
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE1 #CDE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CA #A6CAE3 | BordersInactive statesPlaceholder text |
| 400 | 77AF #77AFD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5198 #5198C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367C #367CAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B63 #2B6388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F46 #1F4661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142D #142D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EFF6;
--steel-blue-200: #CDE1EF;
--steel-blue-300: #A6CAE3;
--steel-blue-400: #77AFD4;
--steel-blue-500: #5198C8;
--steel-blue-600: #367CAB;
--steel-blue-700: #2B6388;
--steel-blue-800: #1F4661;
--steel-blue-900: #142D3E;
--steel-blue-950: #0C1C27;
}