Steel Blue
#367EAB
BlueColor Codes
All color formats for development
HEX
#367EABRGB
rgb(54, 126, 171)HSL
hsl(203, 52%, 44%)OKLCH
oklch(0.568 0.1 239.4)CMYK
cmyk(68%, 26%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#307199
2#2B6588
3#265877
4#204B66
5#1B3F55
6#163244
7#102633
8#0B1922
9#050D11
Tints
Lighter variations
1#3D8EC0
2#519BC8
3#67A7CF
4#7DB4D6
5#92C0DD
6#A8CDE4
7#BED9EA
8#D4E6F1
9#E9F2F8
Tones
Muted variations
1#3C7CA5
2#427B9F
3#477A99
4#4D7893
5#53778D
6#597688
7#5F7482
8#65737C
9#6A7276
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 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CB #A6CBE3 | BordersInactive statesPlaceholder text |
| 400 | 77B1 #77B1D4 | Disabled statesSecondary iconsMuted text |
| 500 | 519A #519AC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367E #367EAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B64 #2B6488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F47 #1F4761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | 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: #CDE2EF;
--steel-blue-300: #A6CBE3;
--steel-blue-400: #77B1D4;
--steel-blue-500: #519AC8;
--steel-blue-600: #367EAB;
--steel-blue-700: #2B6488;
--steel-blue-800: #1F4761;
--steel-blue-900: #142E3E;
--steel-blue-950: #0C1D27;
}